Skip to content

Commit 926854e

Browse files
authored
bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)
1 parent 9b491ae commit 926854e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,14 +358,13 @@ def library_recipes():
358358
),
359359
),
360360
dict(
361-
name="SQLite 3.38.1",
362-
url="https://sqlite.org/2022/sqlite-autoconf-3380100.tar.gz",
363-
checksum="5af57892dc0993af596bef56931db23f",
361+
name="SQLite 3.38.4",
362+
url="https://sqlite.org/2022/sqlite-autoconf-3380400.tar.gz",
363+
checksum="34c0b92a0609ed4ce78582e8dc1ed45a",
364364
extra_cflags=('-Os '
365365
'-DSQLITE_ENABLE_FTS5 '
366366
'-DSQLITE_ENABLE_FTS4 '
367367
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
368-
'-DSQLITE_ENABLE_JSON1 '
369368
'-DSQLITE_ENABLE_RTREE '
370369
'-DSQLITE_OMIT_AUTOINIT '
371370
'-DSQLITE_TCL=0 '
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to SQLite 3.38.4.

0 commit comments

Comments
 (0)