bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This commit is contained in:
Kumar Aditya 2022-02-01 21:28:29 +05:30 committed by GitHub
parent 48be46ec1f
commit 0e4bef7a7f
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.36.0",
url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz",
checksum='f5752052fc5b8e1b539af86a3671eac7',
name="SQLite 3.37.2",
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
checksum='683cc5312ee74e71079c14d24b7a6d27',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '

View file

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