Skip to content

Commit 9a3ac9c

Browse files
committed
gh-152023: Update macOS installer builds to SQLite 3.53.4.
1 parent fe3a26f commit 9a3ac9c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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.53.3",
363-
url="https://www.sqlite.org/2026/sqlite-autoconf-3530300.tar.gz",
364-
checksum="c917d7db16648ec95f714974ace5e5dcf46b7dc70e26600a0a102a3141125db0",
362+
name="SQLite 3.53.4",
363+
url="https://www.sqlite.org/2026/sqlite-autoconf-3530400.tar.gz",
364+
checksum="0e9483900e92cd5de8fd48d16bf9200145a61f7fd5be542a5ac81d8a9516eb9c",
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 builds to SQLite 3.53.4.

0 commit comments

Comments
 (0)