Skip to content

Commit

Permalink
pythongh-115009: Update macOS installer to use SQLite 3.45.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Apr 2, 2024
1 parent 9dae05e commit 7ed47c3
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
Expand Up @@ -359,9 +359,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.45.1",
url="https://sqlite.org/2024/sqlite-autoconf-3450100.tar.gz",
checksum="cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a",
name="SQLite 3.45.2",
url="https://sqlite.org/2024/sqlite-autoconf-3450200.tar.gz",
checksum="bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
Expand Down
@@ -0,0 +1 @@
Update macOS installer to use SQLite 3.45.2.

0 comments on commit 7ed47c3

Please sign in to comment.