summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-02-10 08:25:02 +0100
committerGitHub <noreply@github.com>2023-02-10 08:25:02 +0100
commitd40a23c0a11060ba7fa076d50980c18a11a13a40 (patch)
treeaa051ad914d748274c127da7b2677eeb013e5dc5
parent448c7d154e72506158d0a7a766e9f1cb8adf3dec (diff)
downloadcpython-git-d40a23c0a11060ba7fa076d50980c18a11a13a40.tar.gz
gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)
-rwxr-xr-xMac/BuildScript/build-installer.py6
-rw-r--r--Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst1
2 files changed, 4 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 048cb01379..5ea2cfc518 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -359,9 +359,9 @@ def library_recipes():
),
),
dict(
- name="SQLite 3.39.4",
- url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
- checksum="44b7e6691b0954086f717a6c43b622a5",
+ name="SQLite 3.40.1",
+ url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
+ checksum="5498af3a357753d473ee713e363fa5b7",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst b/Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst
new file mode 100644
index 0000000000..fc53d08bff
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst
@@ -0,0 +1 @@
+Update macOS installer to SQLite 3.40.1.