bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)

(cherry picked from commit 7cf1cb36ec)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This commit is contained in:
Miss Islington (bot) 2020-07-19 23:37:50 -07:00 committed by GitHub
parent 8831162464
commit 2fbb0d8da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -307,9 +307,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.32.2",
url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz",
checksum='eb498918a33159cdf8104997aad29e83',
name="SQLite 3.32.3",
url="https://sqlite.org/2020/sqlite-autoconf-3320300.tar.gz",
checksum='2e3911a3c15e85c2f2d040154bbe5ce3',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '

View File

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