Skip to content
/ cpython Public
forked from python/cpython

Commit

Permalink
bpo-28791: Update macOS installer to use SQLite 3.21.0. (python#4245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta authored and ned-deily committed Dec 5, 2017
1 parent 2c0c68d commit ca7562a
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 @@ -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.

0 comments on commit ca7562a

Please sign in to comment.