mirror of https://github.com/python/cpython
gh-111973: Update macOS installer to use SQLite 3.44.2 (GH-113279)
This commit is contained in:
parent
76bef3832b
commit
6a1d5a4c0f
|
@ -359,9 +359,9 @@ def library_recipes():
|
|||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.43.1",
|
||||
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
|
||||
checksum="77e61befe9c3298da0504f87772a24b0",
|
||||
name="SQLite 3.44.2",
|
||||
url="https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz",
|
||||
checksum="c02f40fd4f809ced95096250adc5764a",
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update macOS installer to use SQLite 3.44.2.
|
Loading…
Reference in New Issue