diff options
author | Ned Deily <nad@python.org> | 2022-02-01 16:29:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 16:29:02 (GMT) |
commit | 519eb6ad74f946a9aa7676e2d6579a3a765a8b50 (patch) | |
tree | 291a355b772247e66e390636f00dacfab2642e79 /Mac/BuildScript | |
parent | 8765b01bcf6514602affcca66e7deeeb998f9cef (diff) | |
download | cpython-519eb6ad74f946a9aa7676e2d6579a3a765a8b50.zip cpython-519eb6ad74f946a9aa7676e2d6579a3a765a8b50.tar.gz cpython-519eb6ad74f946a9aa7676e2d6579a3a765a8b50.tar.bz2 |
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Mac/BuildScript')
-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 1eef40f..6720c0b 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -358,9 +358,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.37.2", + url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz", + checksum='683cc5312ee74e71079c14d24b7a6d27', extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' |