Skip to content

Commit b9ff44b

Browse files
author
Erlend E. Aasland
committed
bpo-38380: Update macOS builds to use SQLite 3.31.1
1 parent 02a4d57 commit b9ff44b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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.28.0",
317-
url="https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz",
318-
checksum='3c68eb400f8354605736cd55400e1572',
316+
name="SQLite 3.31.1",
317+
url="https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz",
318+
checksum='2d0a553534c521504e3ac3ad3b90f125',
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 builds to use SQLite 3.30.1.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS builds to use SQLite 3.31.1

0 commit comments

Comments
 (0)