gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639)

This commit is contained in:
Erlend E. Aasland 2022-10-25 12:49:44 +02:00 committed by GitHub
parent 286549b7cc
commit 8aa1e994a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -360,9 +360,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.38.4",
url="https://sqlite.org/2022/sqlite-autoconf-3380400.tar.gz",
checksum="34c0b92a0609ed4ce78582e8dc1ed45a",
name="SQLite 3.39.4",
url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
checksum="44b7e6691b0954086f717a6c43b622a5",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '

View File

@ -0,0 +1 @@
Update macOS installer to SQLite 3.39.4.