Skip to content

Commit 9387b7c

Browse files
[3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) (#98647)
[3.10] 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 25eae0b commit 9387b7c

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.37.2",
363-
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
364-
checksum='683cc5312ee74e71079c14d24b7a6d27',
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)