summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-02-01 17:12:59 (GMT)
committerGitHub <noreply@github.com>2022-02-01 17:12:59 (GMT)
commita22dd00f2da4f6ff96f58fd8d551f16bdb870c8d (patch)
tree7112607829c1e0ce39a69993c9624051d598287d /Mac
parent7368ca1b889d7fa16423e69034bf4c5fe7b00268 (diff)
downloadcpython-a22dd00f2da4f6ff96f58fd8d551f16bdb870c8d.zip
cpython-a22dd00f2da4f6ff96f58fd8d551f16bdb870c8d.tar.gz
cpython-a22dd00f2da4f6ff96f58fd8d551f16bdb870c8d.tar.bz2
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057) (GH-31059)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> (cherry picked from commit 519eb6ad74f946a9aa7676e2d6579a3a765a8b50)
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 3f5acfd..47a0105 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -356,9 +356,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.37.2",
+ url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
+ checksum='683cc5312ee74e71079c14d24b7a6d27',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '