mirror of https://github.com/python/cpython
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This commit is contained in:
parent
48be46ec1f
commit
0e4bef7a7f
|
@ -358,9 +358,9 @@ def library_recipes():
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
dict(
|
dict(
|
||||||
name="SQLite 3.36.0",
|
name="SQLite 3.37.2",
|
||||||
url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz",
|
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
|
||||||
checksum='f5752052fc5b8e1b539af86a3671eac7',
|
checksum='683cc5312ee74e71079c14d24b7a6d27',
|
||||||
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 SQLite 3.37.2.
|
Loading…
Reference in New Issue