bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)

This commit is contained in:
Mariusz Felisiak 2022-03-15 16:04:41 +01:00 committed by GitHub
parent 70155412f1
commit ea786a882b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -358,9 +358,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.37.2",
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
checksum='683cc5312ee74e71079c14d24b7a6d27',
name="SQLite 3.38.1",
url="https://sqlite.org/2022/sqlite-autoconf-3380100.tar.gz",
checksum="5af57892dc0993af596bef56931db23f",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '

View File

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