Skip to content

Commit

Permalink
[3.11] gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104643)
Browse files Browse the repository at this point in the history
(cherry picked from commit fd04bfe)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
miss-islington and erlend-aasland committed May 19, 2023
1 parent ba39ea4 commit d1bfefd
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 @@ -358,9 +358,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.41.2",
url="https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz",
checksum="862075fd1c38324878ef809eda39edfe",
name="SQLite 3.42.0",
url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz",
checksum="0c5a92bc51cf07cae45b4a1e94653dea",
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.42.0.

0 comments on commit d1bfefd

Please sign in to comment.