Skip to content

Commit 5024dc1

Browse files
author
Erlend Egeberg Aasland
authored
bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)
1 parent c860d30 commit 5024dc1

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
@@ -359,9 +359,9 @@ def library_recipes():
359359
),
360360
),
361361
dict(
362-
name="SQLite 3.35.5",
363-
url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
364-
checksum='d1d1aba394c8e0443077dc9f1a681bb8',
362+
name="SQLite 3.36.0",
363+
url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz",
364+
checksum='f5752052fc5b8e1b539af86a3671eac7',
365365
extra_cflags=('-Os '
366366
'-DSQLITE_ENABLE_FTS5 '
367367
'-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.36.0.

0 commit comments

Comments
 (0)