Skip to content

Commit

Permalink
gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8aa1e99)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
miss-islington and erlend-aasland authored Oct 25, 2022
1 parent 8950689 commit febbb4b
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.38.4",
url="https://sqlite.org/2022/sqlite-autoconf-3380400.tar.gz",
checksum="34c0b92a0609ed4ce78582e8dc1ed45a",
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 febbb4b

Please sign in to comment.