mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) (GH-22560)
(cherry picked from commit 9a7642667a
)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This commit is contained in:
parent
d5719247ba
commit
b6d37e15cf
2 changed files with 4 additions and 3 deletions
|
@ -307,9 +307,9 @@ def library_recipes():
|
|||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.32.3",
|
||||
url="https://sqlite.org/2020/sqlite-autoconf-3320300.tar.gz",
|
||||
checksum='2e3911a3c15e85c2f2d040154bbe5ce3',
|
||||
name="SQLite 3.33.0",
|
||||
url="https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz",
|
||||
checksum='842a8a100d7b01b09e543deb2b7951dd',
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update macOS installer to use SQLite 3.33.0.
|
Loading…
Add table
Add a link
Reference in a new issue