Skip to content

Commit

Permalink
[3.12] gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482
Browse files Browse the repository at this point in the history
) (#110550)

(cherry picked from commit 48419a5)

Co-authored-by: jtranquilli <[email protected]>
  • Loading branch information
miss-islington and jtranquilli authored Oct 9, 2023
1 parent 3ed5cb0 commit 2362446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,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.

0 comments on commit 2362446

Please sign in to comment.