mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)
This commit is contained in:
parent
988e6aa322
commit
d8f336fdc1
2 changed files with 4 additions and 3 deletions
|
@ -313,9 +313,9 @@ def library_recipes():
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
dict(
|
dict(
|
||||||
name="SQLite 3.22.0",
|
name="SQLite 3.28.0",
|
||||||
url="https://www.sqlite.org/2018/sqlite-autoconf-3220000.tar.gz",
|
url="https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz",
|
||||||
checksum='96b5648d542e8afa6ab7ffb8db8ddc3d',
|
checksum='3c68eb400f8354605736cd55400e1572',
|
||||||
extra_cflags=('-Os '
|
extra_cflags=('-Os '
|
||||||
'-DSQLITE_ENABLE_FTS5 '
|
'-DSQLITE_ENABLE_FTS5 '
|
||||||
'-DSQLITE_ENABLE_FTS4 '
|
'-DSQLITE_ENABLE_FTS4 '
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Update macOS installer to use SQLite 3.28.0.
|
Loading…
Add table
Add a link
Reference in a new issue