Skip to content

Commit

Permalink
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Jun 8, 2020
1 parent 9f49590 commit 37eed5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Expand Up @@ -313,9 +313,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.31.1",
url="https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz",
checksum='2d0a553534c521504e3ac3ad3b90f125',
name="SQLite 3.32.2",
url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz",
checksum='eb498918a33159cdf8104997aad29e83',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
Expand Down
@@ -0,0 +1 @@
Update macOS installer to use SQLite 3.32.2.

0 comments on commit 37eed5a

Please sign in to comment.