Skip to content

Commit

Permalink
pythongh-115009: Update macOS installer to use SQLite 3.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Feb 6, 2024
1 parent 1b1f839 commit 2a44fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mac/BuildScript/build-installer.py
Expand Up @@ -359,9 +359,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.44.2",
name="SQLite 3.45.1",
url="https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz",
checksum="c02f40fd4f809ced95096250adc5764a",
checksum="743c99f996add46273694df83c9140d4",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
Expand Down
@@ -0,0 +1 @@
Update macOS installer to use SQLite 3.45.1.

0 comments on commit 2a44fbb

Please sign in to comment.