Skip to content

Commit d40a23c

Browse files
gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)
1 parent 448c7d1 commit d40a23c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ def library_recipes():
359359
),
360360
),
361361
dict(
362-
name="SQLite 3.39.4",
363-
url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
364-
checksum="44b7e6691b0954086f717a6c43b622a5",
362+
name="SQLite 3.40.1",
363+
url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
364+
checksum="5498af3a357753d473ee713e363fa5b7",
365365
extra_cflags=('-Os '
366366
'-DSQLITE_ENABLE_FTS5 '
367367
'-DSQLITE_ENABLE_FTS4 '
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to SQLite 3.40.1.

0 commit comments

Comments
 (0)