summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-06-07 22:24:33 -0400
committerGitHub <noreply@github.com>2020-06-07 22:24:33 -0400
commit37eed5a9ee7c802e7151ee9939ed604032886639 (patch)
treee78eae4f5fc0edffb3fcefb11a93efc551297605 /Mac
parent9f495908c5bd3645ed1af82d7bae6782720dab77 (diff)
downloadcpython-git-37eed5a9ee7c802e7151ee9939ed604032886639.tar.gz
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
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 76553c93a4..86a09ae525 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -313,9 +313,9 @@ def library_recipes():
),
),
dict(
- name="SQLite 3.31.1",
- url="https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz",
- checksum='2d0a553534c521504e3ac3ad3b90f125',
+ name="SQLite 3.32.2",
+ url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz",
+ checksum='eb498918a33159cdf8104997aad29e83',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '