Skip to content

Commit 88dde50

Browse files
felixxmmiss-islington
authored andcommitted
pythongh-102997: Update macOS installer to SQLite 3.41.2. (pythonGH-102998)
(cherry picked from commit f0ad456) Co-authored-by: Mariusz Felisiak <[email protected]>
1 parent 9f191a1 commit 88dde50

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.40.1",
362-
url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
363-
checksum="42175b1a1d23529cb133bbd2b5900afd",
361+
name="SQLite 3.41.2",
362+
url="https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz",
363+
checksum="862075fd1c38324878ef809eda39edfe",
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.41.2.

0 commit comments

Comments
 (0)