bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
This commit is contained in:
parent
9f495908c5
commit
37eed5a9ee
|
@ -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 '
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update macOS installer to use SQLite 3.32.2.
|
Loading…
Reference in New Issue