summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-03-02 15:02:03 (GMT)
committerGitHub <noreply@github.com>2020-03-02 15:02:03 (GMT)
commit7ad99821d8ae75222c50e69194a39f535bb058f5 (patch)
tree3b4bc1ef8d039c2cb93f1444c767dd3ccbbe481e /Mac
parent43932dc1eaf36d75b2ee0420d8be747001315c26 (diff)
downloadcpython-7ad99821d8ae75222c50e69194a39f535bb058f5.zip
cpython-7ad99821d8ae75222c50e69194a39f535bb058f5.tar.gz
cpython-7ad99821d8ae75222c50e69194a39f535bb058f5.tar.bz2
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Automerge-Triggered-By: @zooba (cherry picked from commit 1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
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 0dd5364..31e8063 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -313,9 +313,9 @@ def library_recipes():
),
),
dict(
- name="SQLite 3.28.0",
- url="https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz",
- checksum='3c68eb400f8354605736cd55400e1572',
+ name="SQLite 3.31.1",
+ url="https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz",
+ checksum='2d0a553534c521504e3ac3ad3b90f125',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '