diff options
author | jtranquilli <76231120+jtranquilli@users.noreply.github.com> | 2023-10-09 10:05:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 10:05:50 (GMT) |
commit | 48419a50b44a195ad7de958f479a924e7c2d3e1b (patch) | |
tree | 676dce87fce0bdad644b71cd40576eb61217cb19 /Mac | |
parent | 5e7edac7717bfe5f3c533d83ddd0f564db8de40b (diff) | |
download | cpython-48419a50b44a195ad7de958f479a924e7c2d3e1b.zip cpython-48419a50b44a195ad7de958f479a924e7c2d3e1b.tar.gz cpython-48419a50b44a195ad7de958f479a924e7c2d3e1b.tar.bz2 |
gh-109286: Update macOS installer to use SQLite 3.43.1 (#110482)
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 c54de88..a07d38a 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -359,9 +359,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.42.0", - url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz", - checksum="0c5a92bc51cf07cae45b4a1e94653dea", + name="SQLite 3.43.1", + url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz", + checksum="77e61befe9c3298da0504f87772a24b0", extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' |