gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624)

This commit is contained in:
Erlend E. Aasland 2023-05-19 08:52:24 +02:00 committed by GitHub
parent 70c7796477
commit fd04bfeaf7
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( dict(
name="SQLite 3.41.2", name="SQLite 3.42.0",
url="https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz", url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz",
checksum="862075fd1c38324878ef809eda39edfe", checksum="0c5a92bc51cf07cae45b4a1e94653dea",
extra_cflags=('-Os ' extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 ' '-DSQLITE_ENABLE_FTS4 '

View File

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