bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)

(cherry picked from commit 37eed5a9ee)

Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Miss Islington (bot) 2020-06-07 19:43:11 -07:00 committed by GitHub
parent 9cf1be46e3
commit 1e72fb2b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -313,9 +313,9 @@ def library_recipes():
), ),
), ),
dict( dict(
name="SQLite 3.31.1", name="SQLite 3.32.2",
url="https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz", url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz",
checksum='2d0a553534c521504e3ac3ad3b90f125', checksum='eb498918a33159cdf8104997aad29e83',
extra_cflags=('-Os ' extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 ' '-DSQLITE_ENABLE_FTS4 '

View file

@ -0,0 +1 @@
Update macOS installer to use SQLite 3.32.2.