Skip to content

Commit

Permalink
[3.11] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-1…
Browse files Browse the repository at this point in the history
…02485) (GH-102488)

(cherry picked from commit f9cdeb7)

Co-authored-by: Ned Deily <nad@python.org>
  • Loading branch information
miss-islington and ned-deily committed Mar 7, 2023
1 parent 280b975 commit b6fd4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit b6fd4e6

Please sign in to comment.