Skip to content

Commit 8aa1e99

Browse files
gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639)
1 parent 286549b commit 8aa1e99

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
@@ -360,9 +360,9 @@ def library_recipes():
360360
),
361361
),
362362
dict(
363-
name="SQLite 3.38.4",
364-
url="https://sqlite.org/2022/sqlite-autoconf-3380400.tar.gz",
365-
checksum="34c0b92a0609ed4ce78582e8dc1ed45a",
363+
name="SQLite 3.39.4",
364+
url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
365+
checksum="44b7e6691b0954086f717a6c43b622a5",
366366
extra_cflags=('-Os '
367367
'-DSQLITE_ENABLE_FTS5 '
368368
'-DSQLITE_ENABLE_FTS4 '
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to SQLite 3.39.4.

0 commit comments

Comments
 (0)