diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-02-06 10:21:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 10:21:53 (GMT) |
commit | 9b66caf098608ae882342776b9da051a7d838731 (patch) | |
tree | c35f8a7c1598609c2209a50818162baa702c2de2 /Mac/BuildScript | |
parent | 6f5e360acdeed9ce2836fa878095dd1a5be448ab (diff) | |
download | cpython-9b66caf098608ae882342776b9da051a7d838731.zip cpython-9b66caf098608ae882342776b9da051a7d838731.tar.gz cpython-9b66caf098608ae882342776b9da051a7d838731.tar.bz2 |
[3.12] gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) (#115071)
(cherry picked from commit 13eb5215c9de9dd302f116ef0bca4ae23b02842b)
Co-authored-by: Ned Deily <nad@python.org>
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 bf0e046..f15c433 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -359,9 +359,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.43.1", - url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz", - checksum="77e61befe9c3298da0504f87772a24b0", + name="SQLite 3.45.1", + url="https://sqlite.org/2024/sqlite-autoconf-3450100.tar.gz", + checksum="cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a", extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' |