[3.6] bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) (#4711)

This commit is contained in:
Ned Deily 2017-12-04 21:29:30 -05:00 committed by GitHub
parent 9da33c8212
commit a72e7bf563
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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 '

View file

@ -0,0 +1 @@
Update OS X installer to use SQLite 3.21.0.