Skip to content

Commit 9689acd

Browse files
jtranquilliGlyphack
authored andcommitted
pythongh-109286: Update macOS installer to use SQLite 3.43.1 (python#110482)
1 parent 2bce732 commit 9689acd

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
@@ -359,9 +359,9 @@ def library_recipes():
359359
),
360360
),
361361
dict(
362-
name="SQLite 3.42.0",
363-
url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz",
364-
checksum="0c5a92bc51cf07cae45b4a1e94653dea",
362+
name="SQLite 3.43.1",
363+
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
364+
checksum="77e61befe9c3298da0504f87772a24b0",
365365
extra_cflags=('-Os '
366366
'-DSQLITE_ENABLE_FTS5 '
367367
'-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)