mirror of https://github.com/python/cpython
gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639)
This commit is contained in:
parent
286549b7cc
commit
8aa1e994a5
|
@ -360,9 +360,9 @@ def library_recipes():
|
|||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.38.4",
|
||||
url="https://sqlite.org/2022/sqlite-autoconf-3380400.tar.gz",
|
||||
checksum="34c0b92a0609ed4ce78582e8dc1ed45a",
|
||||
name="SQLite 3.39.4",
|
||||
url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
|
||||
checksum="44b7e6691b0954086f717a6c43b622a5",
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update macOS installer to SQLite 3.39.4.
|
Loading…
Reference in New Issue