[3.12] gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482) (#110550)

(cherry picked from commit 48419a50b4)

Co-authored-by: jtranquilli <76231120+jtranquilli@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-10-09 12:43:26 +02:00 committed by GitHub
parent 3ed5cb0de3
commit 23624462cb
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.42.0",
url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz",
checksum="0c5a92bc51cf07cae45b4a1e94653dea",
name="SQLite 3.43.1",
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
checksum="77e61befe9c3298da0504f87772a24b0",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '