diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-15 15:04:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 15:04:41 (GMT) |
commit | ea786a882b9ed4261eafabad6011bc7ef3b5bf94 (patch) | |
tree | f549981118267ab509fd127560e626f5fa5467f1 /Mac | |
parent | 70155412f1543f100d4aa309b8691cbcabd3e0e1 (diff) | |
download | cpython-ea786a882b9ed4261eafabad6011bc7ef3b5bf94.zip cpython-ea786a882b9ed4261eafabad6011bc7ef3b5bf94.tar.gz cpython-ea786a882b9ed4261eafabad6011bc7ef3b5bf94.tar.bz2 |
bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)
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 7e89a3b..4a115e1 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -358,9 +358,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.37.2", - url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz", - checksum='683cc5312ee74e71079c14d24b7a6d27', + name="SQLite 3.38.1", + url="https://sqlite.org/2022/sqlite-autoconf-3380100.tar.gz", + checksum="5af57892dc0993af596bef56931db23f", extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' |