mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Automerge-Triggered-By: @zooba
This commit is contained in:
parent
2110551761
commit
1382c3289b
6 changed files with 8 additions and 6 deletions
|
@ -313,9 +313,9 @@ def library_recipes():
|
|||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.28.0",
|
||||
url="https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz",
|
||||
checksum='3c68eb400f8354605736cd55400e1572',
|
||||
name="SQLite 3.31.1",
|
||||
url="https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz",
|
||||
checksum='2d0a553534c521504e3ac3ad3b90f125',
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue