summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-09-05 21:54:39 +0200
committerGitHub <noreply@github.com>2021-09-05 15:54:39 -0400
commit5024dc1c6e08247693aea6ad6e225ec5dcaf0721 (patch)
tree4a4883d104428b54745d8dd071252c09a3303652
parentc860d30fa055ada336c75157b488c7baafb5bdad (diff)
downloadcpython-git-5024dc1c6e08247693aea6ad6e225ec5dcaf0721.tar.gz
bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)
-rwxr-xr-xMac/BuildScript/build-installer.py6
-rw-r--r--Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst1
2 files changed, 4 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index e89b1c1a42..529060d8a1 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -359,9 +359,9 @@ def library_recipes():
),
),
dict(
- name="SQLite 3.35.5",
- url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
- checksum='d1d1aba394c8e0443077dc9f1a681bb8',
+ name="SQLite 3.36.0",
+ url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz",
+ checksum='f5752052fc5b8e1b539af86a3671eac7',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst b/Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst
new file mode 100644
index 0000000000..7e9c41a8e9
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.36.0.