diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-07-20 06:37:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 06:37:57 (GMT) |
commit | 892fc8d328c65f7fd076b10c94380eccf7427422 (patch) | |
tree | ae4ec0fa00542c27c5d822a0967ba1ac551a2a07 /Mac | |
parent | dac8a3a15647d016842e2ae7284cefa27ce5e838 (diff) | |
download | cpython-892fc8d328c65f7fd076b10c94380eccf7427422.zip cpython-892fc8d328c65f7fd076b10c94380eccf7427422.tar.gz cpython-892fc8d328c65f7fd076b10c94380eccf7427422.tar.bz2 |
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
(cherry picked from commit 7cf1cb36ecafabff363790d245f809d3894fbbaf)
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 4fab488..a58b922 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.2", - url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz", - checksum='eb498918a33159cdf8104997aad29e83', + name="SQLite 3.32.3", + url="https://sqlite.org/2020/sqlite-autoconf-3320300.tar.gz", + checksum='2e3911a3c15e85c2f2d040154bbe5ce3', extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' |