Skip to content

Commit b473d48

Browse files
miss-islingtonjtranquilli
andauthoredOct 9, 2023
[3.11] gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482) (#110551)
(cherry picked from commit 48419a5) Co-authored-by: jtranquilli <76231120+jtranquilli@users.noreply.github.com>
1 parent 6b63d40 commit b473d48

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.42.0",
362-
url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz",
363-
checksum="0c5a92bc51cf07cae45b4a1e94653dea",
361+
name="SQLite 3.43.1",
362+
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
363+
checksum="77e61befe9c3298da0504f87772a24b0",
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 use SQLite 3.43.1.

0 commit comments

Comments
 (0)