mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)
(cherry picked from commit d40a23c0a1)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
52a03a0006
commit
4b8d2a1b40
2 changed files with 4 additions and 3 deletions
|
|
@ -358,9 +358,9 @@ def library_recipes():
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
dict(
|
dict(
|
||||||
name="SQLite 3.39.4",
|
name="SQLite 3.40.1",
|
||||||
url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
|
url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
|
||||||
checksum="44b7e6691b0954086f717a6c43b622a5",
|
checksum="5498af3a357753d473ee713e363fa5b7",
|
||||||
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.40.1.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue