Skip to content

Commit ca7562a

Browse files
Mariattaned-deily
authored andcommitted
bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245)
1 parent 2c0c68d commit ca7562a

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
@@ -315,9 +315,9 @@ def library_recipes():
315315
),
316316
),
317317
dict(
318-
name="SQLite 3.14.2",
319-
url="https://www.sqlite.org/2016/sqlite-autoconf-3140200.tar.gz",
320-
checksum='90c53cacb811db27f990b8292bd96159',
318+
name="SQLite 3.21.0",
319+
url="https://www.sqlite.org/2017/sqlite-autoconf-3210000.tar.gz",
320+
checksum='7913de4c3126ba3c24689cb7a199ea31',
321321
extra_cflags=('-Os '
322322
'-DSQLITE_ENABLE_FTS5 '
323323
'-DSQLITE_ENABLE_FTS4 '
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update OS X installer to use SQLite 3.21.0.

0 commit comments

Comments
 (0)