mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057) (GH-31059)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
(cherry picked from commit 519eb6ad74)
This commit is contained in:
parent
7368ca1b88
commit
a22dd00f2d
2 changed files with 4 additions and 3 deletions
|
|
@ -356,9 +356,9 @@ def library_recipes():
|
|||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.35.5",
|
||||
url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
|
||||
checksum='d1d1aba394c8e0443077dc9f1a681bb8',
|
||||
name="SQLite 3.37.2",
|
||||
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
|
||||
checksum='683cc5312ee74e71079c14d24b7a6d27',
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue