Skip to content

Commit 37eed5a

Browse files
authored
bpo-40741: Update macOS installer to use SQLite 3.32.2. (pythonGH-20705)
1 parent 9f49590 commit 37eed5a

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
@@ -313,9 +313,9 @@ def library_recipes():
313313
),
314314
),
315315
dict(
316-
name="SQLite 3.31.1",
317-
url="https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz",
318-
checksum='2d0a553534c521504e3ac3ad3b90f125',
316+
name="SQLite 3.32.2",
317+
url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz",
318+
checksum='eb498918a33159cdf8104997aad29e83',
319319
extra_cflags=('-Os '
320320
'-DSQLITE_ENABLE_FTS5 '
321321
'-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.2.

0 commit comments

Comments
 (0)