diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-10-05 08:27:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 08:27:53 (GMT) |
commit | a859680a5bef0bced197454f4b67080694979252 (patch) | |
tree | d1fb09540149e8fdbbf3f19d9a9cc644d7ecae74 /Mac | |
parent | 6bd058e0ff5d4a63fb35f6d45161cdf51cb68c58 (diff) | |
download | cpython-a859680a5bef0bced197454f4b67080694979252.zip cpython-a859680a5bef0bced197454f4b67080694979252.tar.gz cpython-a859680a5bef0bced197454f4b67080694979252.tar.bz2 |
bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)
https://sqlite.org/releaselog/3_33_0.html
(cherry picked from commit 9a7642667a71a27b38b96eb63df45f17f48b3467)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index a58b922..2548b21 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -307,9 +307,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.32.3", - url="https://sqlite.org/2020/sqlite-autoconf-3320300.tar.gz", - checksum='2e3911a3c15e85c2f2d040154bbe5ce3', + name="SQLite 3.33.0", + url="https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz", + checksum='842a8a100d7b01b09e543deb2b7951dd', extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' |