Skip to content

Commit

Permalink
bpo-43492: Update macOS installer to use SQLite 3.35.5 (pythonGH-25640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlend Egeberg Aasland authored Apr 27, 2021
1 parent bf0c7c0 commit ce82781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.34.0",
url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
checksum='7f33c9db7b713957fcb9271fe9049fef',
name="SQLite 3.35.5",
url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
checksum='d1d1aba394c8e0443077dc9f1a681bb8',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer to use SQLite 3.35.4.

0 comments on commit ce82781

Please sign in to comment.