Skip to content

Commit

Permalink
[3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639
Browse files Browse the repository at this point in the history
…) (#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 <erlend.aasland@protonmail.com>
  • Loading branch information
erlend-aasland authored Oct 25, 2022
1 parent 25eae0b commit 9387b7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.37.2",
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
checksum='683cc5312ee74e71079c14d24b7a6d27',
name="SQLite 3.39.4",
url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
checksum="44b7e6691b0954086f717a6c43b622a5",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer to SQLite 3.39.4.

0 comments on commit 9387b7c

Please sign in to comment.