Skip to content

Commit febbb4b

Browse files
gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639)
(cherry picked from commit 8aa1e99) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 8950689 commit febbb4b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ def library_recipes():
359359
),
360360
),
361361
dict(
362-
name="SQLite 3.38.4",
363-
url="https://sqlite.org/2022/sqlite-autoconf-3380400.tar.gz",
364-
checksum="34c0b92a0609ed4ce78582e8dc1ed45a",
362+
name="SQLite 3.39.4",
363+
url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
364+
checksum="44b7e6691b0954086f717a6c43b622a5",
365365
extra_cflags=('-Os '
366366
'-DSQLITE_ENABLE_FTS5 '
367367
'-DSQLITE_ENABLE_FTS4 '
Lines changed: 1 addition & 0 deletions
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)