mirror of https://github.com/python/cpython
bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)
This commit is contained in:
parent
70155412f1
commit
ea786a882b
|
@ -358,9 +358,9 @@ def library_recipes():
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
dict(
|
dict(
|
||||||
name="SQLite 3.37.2",
|
name="SQLite 3.38.1",
|
||||||
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
|
url="https://sqlite.org/2022/sqlite-autoconf-3380100.tar.gz",
|
||||||
checksum='683cc5312ee74e71079c14d24b7a6d27',
|
checksum="5af57892dc0993af596bef56931db23f",
|
||||||
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.38.1.
|
Loading…
Reference in New Issue