Skip to content

Commit 2e99ba9

Browse files
[3.11] gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) (#115072)
(cherry picked from commit 13eb521) Co-authored-by: Ned Deily <[email protected]>
1 parent ead9e78 commit 2e99ba9

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
@@ -358,9 +358,9 @@ def library_recipes():
358358
),
359359
),
360360
dict(
361-
name="SQLite 3.43.1",
362-
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
363-
checksum="77e61befe9c3298da0504f87772a24b0",
361+
name="SQLite 3.45.1",
362+
url="https://sqlite.org/2024/sqlite-autoconf-3450100.tar.gz",
363+
checksum="cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a",
364364
extra_cflags=('-Os '
365365
'-DSQLITE_ENABLE_FTS5 '
366366
'-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.1.

0 commit comments

Comments
 (0)