mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
[3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) (GH-25662)
(cherry picked from commit ce82781644
)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Automerge-Triggered-By: GH:ned-deily
This commit is contained in:
parent
531c81038e
commit
bf0736db45
2 changed files with 4 additions and 3 deletions
|
@ -354,9 +354,9 @@ def library_recipes():
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
dict(
|
dict(
|
||||||
name="SQLite 3.34.0",
|
name="SQLite 3.35.5",
|
||||||
url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
|
url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
|
||||||
checksum='7f33c9db7b713957fcb9271fe9049fef',
|
checksum='d1d1aba394c8e0443077dc9f1a681bb8',
|
||||||
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 use SQLite 3.35.4.
|
Loading…
Add table
Add a link
Reference in a new issue