Skip to content

Commit 9a76426

Browse files
author
Erlend Egeberg Aasland
authored
bpo-41557: Update macOS installer to use SQLite 3.33.0 (pythonGH-21959)
https://sqlite.org/releaselog/3_33_0.html
1 parent 8e1dd55 commit 9a76426

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.3",
311-
url="https://sqlite.org/2020/sqlite-autoconf-3320300.tar.gz",
312-
checksum='2e3911a3c15e85c2f2d040154bbe5ce3',
310+
name="SQLite 3.33.0",
311+
url="https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz",
312+
checksum='842a8a100d7b01b09e543deb2b7951dd',
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.33.0.

0 commit comments

Comments
 (0)