Skip to content

Commit b9b3c45

Browse files
authored
gh-115009: Update macOS installer to use SQLite 3.45.3 (#117443)
1 parent 1aa8bbe commit b9b3c45

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

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

0 commit comments

Comments
 (0)