Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245)
  • Loading branch information
Mariatta authored and ned-deily committed Dec 5, 2017
commit f1f436f4844c15b99311e78f397e1caa9b94d7dd
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.14.2",
url="https://www.sqlite.org/2016/sqlite-autoconf-3140200.tar.gz",
checksum='90c53cacb811db27f990b8292bd96159',
name="SQLite 3.21.0",
url="https://www.sqlite.org/2017/sqlite-autoconf-3210000.tar.gz",
checksum='7913de4c3126ba3c24689cb7a199ea31',
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 OS X installer to use SQLite 3.21.0.