bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)

This commit is contained in:
Erlend Egeberg Aasland 2021-04-27 19:19:14 +02:00 committed by GitHub
parent bf0c7c0147
commit ce82781644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -354,9 +354,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.34.0",
url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
checksum='7f33c9db7b713957fcb9271fe9049fef',
name="SQLite 3.35.5",
url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
checksum='d1d1aba394c8e0443077dc9f1a681bb8',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '