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

This commit is contained in:
Ned Deily 2020-06-07 22:24:33 -04:00 committed by GitHub
parent 9f495908c5
commit 37eed5a9ee
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(
name="SQLite 3.31.1",
url="https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz",
checksum='2d0a553534c521504e3ac3ad3b90f125',
name="SQLite 3.32.2",
url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz",
checksum='eb498918a33159cdf8104997aad29e83',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '