Skip to content

Commit 44b712b

Browse files
committed
Update download URL and use sha256 hash
1 parent 2a44fbb commit 44b712b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ def library_recipes():
360360
),
361361
dict(
362362
name="SQLite 3.45.1",
363-
url="https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz",
364-
checksum="743c99f996add46273694df83c9140d4",
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 '

0 commit comments

Comments
 (0)