mirror of https://github.com/python/cpython.git
gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)
This commit is contained in:
parent
448c7d154e
commit
d40a23c0a1
|
@ -359,9 +359,9 @@ def library_recipes():
|
|||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.39.4",
|
||||
url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
|
||||
checksum="44b7e6691b0954086f717a6c43b622a5",
|
||||
name="SQLite 3.40.1",
|
||||
url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
|
||||
checksum="5498af3a357753d473ee713e363fa5b7",
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update macOS installer to SQLite 3.40.1.
|
Loading…
Reference in New Issue