Skip to content

Commit 892fc8d

Browse files
miss-islingtonErlend Egeberg Aasland
andauthored
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
(cherry picked from commit 7cf1cb3) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent dac8a3a commit 892fc8d

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)