mirror of https://github.com/python/cpython
gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998)
This commit is contained in:
parent
9de0cf20fa
commit
f0ad456731
|
@ -359,9 +359,9 @@ def library_recipes():
|
|||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.40.1",
|
||||
url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
|
||||
checksum="42175b1a1d23529cb133bbd2b5900afd",
|
||||
name="SQLite 3.41.2",
|
||||
url="https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz",
|
||||
checksum="862075fd1c38324878ef809eda39edfe",
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update macOS installer to SQLite 3.41.2.
|
Loading…
Reference in New Issue