diff options
author | Erlend E. Aasland <erlend@python.org> | 2023-12-19 18:23:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 18:23:52 (GMT) |
commit | 6a1d5a4c0f209d51ab33d6529935d643bcdb3ba2 (patch) | |
tree | 13f3d9ff74e6c3db6a1a2c386f7aebc97e1e6b60 /Mac | |
parent | 76bef3832bae64664882e27ecb6f89800a12cf43 (diff) | |
download | cpython-6a1d5a4c0f209d51ab33d6529935d643bcdb3ba2.zip cpython-6a1d5a4c0f209d51ab33d6529935d643bcdb3ba2.tar.gz cpython-6a1d5a4c0f209d51ab33d6529935d643bcdb3ba2.tar.bz2 |
gh-111973: Update macOS installer to use SQLite 3.44.2 (GH-113279)
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 938c895..32de56b 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.44.2", + url="https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz", + checksum="c02f40fd4f809ced95096250adc5764a", extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' |