summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2020-03-02 12:25:10 (GMT)
committerGitHub <noreply@github.com>2020-03-02 12:25:10 (GMT)
commit1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e (patch)
treec02ebea8772fe2a07d97af42635d185740c8ccc0 /Mac
parent211055176157545ce98e6c02b09d624719e6dd30 (diff)
downloadcpython-1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e.zip
cpython-1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e.tar.gz
cpython-1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e.tar.bz2
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Automerge-Triggered-By: @zooba
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 3d1381b..0d69c04 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 '