Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7cf1cb3

Browse files
author
Erlend Egeberg Aasland
authoredJul 20, 2020
bpo-40741: Update macOS installer to use SQLite 3.32.3 (pythonGH-20979)
1 parent 902356a commit 7cf1cb3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎Mac/BuildScript/build-installer.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ def library_recipes():
307307
),
308308
),
309309
dict(
310-
name="SQLite 3.32.2",
311-
url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz",
312-
checksum='eb498918a33159cdf8104997aad29e83',
310+
name="SQLite 3.32.3",
311+
url="https://sqlite.org/2020/sqlite-autoconf-3320300.tar.gz",
312+
checksum='2e3911a3c15e85c2f2d040154bbe5ce3',
313313
extra_cflags=('-Os '
314314
'-DSQLITE_ENABLE_FTS5 '
315315
'-DSQLITE_ENABLE_FTS4 '
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to use SQLite 3.32.3.

0 commit comments

Comments
 (0)
Please sign in to comment.