diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-03-07 01:31:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 01:31:48 (GMT) |
commit | b6fd4e69c46551209059ad6674369ab158cf4662 (patch) | |
tree | 6fc3ba2fa35bc2d14f80ab331462a541bae7a6b1 /Mac | |
parent | 280b975c3f18674eca1dfbed33fc13330535b241 (diff) | |
download | cpython-b6fd4e69c46551209059ad6674369ab158cf4662.zip cpython-b6fd4e69c46551209059ad6674369ab158cf4662.tar.gz cpython-b6fd4e69c46551209059ad6674369ab158cf4662.tar.bz2 |
[3.11] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) (GH-102488)
(cherry picked from commit f9cdeb7b99d408a2e884101ede576952510bcc9b)
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 01e0601..334e10e 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -360,7 +360,7 @@ def library_recipes(): dict( name="SQLite 3.40.1", url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz", - checksum="5498af3a357753d473ee713e363fa5b7", + checksum="42175b1a1d23529cb133bbd2b5900afd", extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' |