Skip to content

Commit

Permalink
bpo-46907: Update macOS installer to SQLite 3.38.4. (pythonGH-32148)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed May 6, 2022
1 parent 9b491ae commit 926854e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,13 @@ def library_recipes():
),
),
dict(
name="SQLite 3.38.1",
url="https://sqlite.org/2022/sqlite-autoconf-3380100.tar.gz",
checksum="5af57892dc0993af596bef56931db23f",
name="SQLite 3.38.4",
url="https://sqlite.org/2022/sqlite-autoconf-3380400.tar.gz",
checksum="34c0b92a0609ed4ce78582e8dc1ed45a",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
'-DSQLITE_ENABLE_JSON1 '
'-DSQLITE_ENABLE_RTREE '
'-DSQLITE_OMIT_AUTOINIT '
'-DSQLITE_TCL=0 '
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer to SQLite 3.38.4.

0 comments on commit 926854e

Please sign in to comment.