Skip to content

Commit 2147682

Browse files
author
Erlend E. Aasland
committed
bpo-40741: Update macOS installer to use SQLite 3.32.3
1 parent c96d00e commit 2147682

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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.32.2",
317-
url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz",
318-
checksum='eb498918a33159cdf8104997aad29e83',
316+
name="SQLite 3.32.3",
317+
url="https://sqlite.org/2020/sqlite-autoconf-3320300.tar.gz",
318+
checksum='2e3911a3c15e85c2f2d040154bbe5ce3',
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.3.

0 commit comments

Comments
 (0)