diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-09-05 19:54:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-05 19:54:39 (GMT) |
commit | 5024dc1c6e08247693aea6ad6e225ec5dcaf0721 (patch) | |
tree | 4a4883d104428b54745d8dd071252c09a3303652 /Mac | |
parent | c860d30fa055ada336c75157b488c7baafb5bdad (diff) | |
download | cpython-5024dc1c6e08247693aea6ad6e225ec5dcaf0721.zip cpython-5024dc1c6e08247693aea6ad6e225ec5dcaf0721.tar.gz cpython-5024dc1c6e08247693aea6ad6e225ec5dcaf0721.tar.bz2 |
bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)
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 e89b1c1..529060d 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -359,9 +359,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.35.5", - url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz", - checksum='d1d1aba394c8e0443077dc9f1a681bb8', + name="SQLite 3.36.0", + url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz", + checksum='f5752052fc5b8e1b539af86a3671eac7', extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' |