Skip to content

Commit fed528f

Browse files
Erlend Egeberg Aaslandshihai1991
authored andcommitted
bpo-40741: Update macOS installer to use SQLite 3.32.3 (pythonGH-20979)
1 parent 36a8204 commit fed528f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
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 '
Lines changed: 1 addition & 0 deletions
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)