Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482)
(cherry picked from commit 48419a5)

Co-authored-by: jtranquilli <76231120+jtranquilli@users.noreply.github.com>
  • Loading branch information
jtranquilli authored and miss-islington committed Oct 9, 2023
commit 732fda944cc7d9d12e1cac2ade6087bc4d8f2c0b
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.42.0",
url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz",
checksum="0c5a92bc51cf07cae45b4a1e94653dea",
name="SQLite 3.43.1",
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
checksum="77e61befe9c3298da0504f87772a24b0",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer to use SQLite 3.43.1.