[3.11] gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) (#115072)

(cherry picked from commit 13eb5215c9)

Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Erlend E. Aasland 2024-02-06 11:25:54 +01:00 committed by GitHub
parent ead9e784fb
commit 2e99ba9e90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -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 '

View File

@ -0,0 +1 @@
Update macOS installer to use SQLite 3.45.1.