gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)

This commit is contained in:
Erlend E. Aasland 2023-02-10 08:25:02 +01:00 committed by GitHub
parent 448c7d154e
commit d40a23c0a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -359,9 +359,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.39.4",
url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
checksum="44b7e6691b0954086f717a6c43b622a5",
name="SQLite 3.40.1",
url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
checksum="5498af3a357753d473ee713e363fa5b7",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '

View File

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