diff options
author | Ned Deily <nad@python.org> | 2023-03-07 01:02:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 01:02:24 (GMT) |
commit | f9cdeb7b99d408a2e884101ede576952510bcc9b (patch) | |
tree | bb5ed603287d1b5155cc79cc015373bf8b247447 /Mac | |
parent | c84e6f32df989908685ea8b6cd49ddde9f428524 (diff) | |
download | cpython-f9cdeb7b99d408a2e884101ede576952510bcc9b.zip cpython-f9cdeb7b99d408a2e884101ede576952510bcc9b.tar.gz cpython-f9cdeb7b99d408a2e884101ede576952510bcc9b.tar.bz2 |
gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485)
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 5ea2cfc..63fa21b 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -361,7 +361,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 ' |