Skip to content

Commit 13eb521

Browse files
gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066)
Co-authored-by: Ned Deily <nad@python.org>
1 parent 1b1f839 commit 13eb521

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ def library_recipes():
359359
),
360360
),
361361
dict(
362-
name="SQLite 3.44.2",
363-
url="https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz",
364-
checksum="c02f40fd4f809ced95096250adc5764a",
362+
name="SQLite 3.45.1",
363+
url="https://sqlite.org/2024/sqlite-autoconf-3450100.tar.gz",
364+
checksum="cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a",
365365
extra_cflags=('-Os '
366366
'-DSQLITE_ENABLE_FTS5 '
367367
'-DSQLITE_ENABLE_FTS4 '
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to use SQLite 3.45.1.

0 commit comments

Comments
 (0)