Skip to content

Commit b653fce

Browse files
gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)
(cherry picked from commit d40a23c) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent b8149a9 commit b653fce

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
@@ -358,9 +358,9 @@ def library_recipes():
358358
),
359359
),
360360
dict(
361-
name="SQLite 3.39.4",
362-
url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
363-
checksum="44b7e6691b0954086f717a6c43b622a5",
361+
name="SQLite 3.40.1",
362+
url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
363+
checksum="5498af3a357753d473ee713e363fa5b7",
364364
extra_cflags=('-Os '
365365
'-DSQLITE_ENABLE_FTS5 '
366366
'-DSQLITE_ENABLE_FTS4 '
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to SQLite 3.40.1.

0 commit comments

Comments
 (0)