summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-06-08 02:43:35 (GMT)
committerGitHub <noreply@github.com>2020-06-08 02:43:35 (GMT)
commit264e4fd9619dfab3d9de7f78a46efd8772b03ea6 (patch)
tree40fa28d60bd554f2fb8b4b28cb2f29aed6ddb553 /Mac
parent83a9ba442662c2a030b45955f3dd24ff4b24bb61 (diff)
downloadcpython-264e4fd9619dfab3d9de7f78a46efd8772b03ea6.zip
cpython-264e4fd9619dfab3d9de7f78a46efd8772b03ea6.tar.gz
cpython-264e4fd9619dfab3d9de7f78a46efd8772b03ea6.tar.bz2
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
(cherry picked from commit 37eed5a9ee7c802e7151ee9939ed604032886639) Co-authored-by: Ned Deily <nad@python.org>
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 bdfa6f4..9d3e2a7 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 '