Skip to content

Commit 0e4bef7

Browse files
kumaraditya303Erlend Egeberg Aasland
andauthored
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent 48be46e commit 0e4bef7

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
@@ -358,9 +358,9 @@ def library_recipes():
358358
),
359359
),
360360
dict(
361-
name="SQLite 3.36.0",
362-
url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz",
363-
checksum='f5752052fc5b8e1b539af86a3671eac7',
361+
name="SQLite 3.37.2",
362+
url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
363+
checksum='683cc5312ee74e71079c14d24b7a6d27',
364364
extra_cflags=('-Os '
365365
'-DSQLITE_ENABLE_FTS5 '
366366
'-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 SQLite 3.37.2.

0 commit comments

Comments
 (0)