Browse Source
bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)
pull/28181/head
Erlend Egeberg Aasland
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
3 deletions
-
Mac/BuildScript/build-installer.py
-
Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst
|
|
|
@ -359,9 +359,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.36.0", |
|
|
|
url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz", |
|
|
|
checksum='f5752052fc5b8e1b539af86a3671eac7', |
|
|
|
extra_cflags=('-Os ' |
|
|
|
'-DSQLITE_ENABLE_FTS5 ' |
|
|
|
'-DSQLITE_ENABLE_FTS4 ' |
|
|
|
|
|
|
|
@ -0,0 +1 @@ |
|
|
|
Update macOS installer to use SQLite 3.36.0. |