Skip to content

Commit

Permalink
[3.11] pythongh-115009: Update macOS installer to use SQLite 3.45.1 (p…
Browse files Browse the repository at this point in the history
…ython#115066)

(cherry picked from commit 13eb521)

Co-authored-by: Ned Deily <nad@python.org>
  • Loading branch information
erlend-aasland and ned-deily committed Feb 6, 2024
1 parent 319e695 commit 7679885
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 @@ -358,9 +358,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.43.1",
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
checksum="77e61befe9c3298da0504f87772a24b0",
name="SQLite 3.45.1",
url="https://sqlite.org/2024/sqlite-autoconf-3450100.tar.gz",
checksum="cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a",
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 7679885

Please sign in to comment.