mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
This commit is contained in:
parent
9f495908c5
commit
37eed5a9ee
2 changed files with 4 additions and 3 deletions
|
@ -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 '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue