Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd04bfe

Browse filesBrowse files
gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624)
1 parent 70c7796 commit fd04bfe
Copy full SHA for fd04bfe

File tree

Expand file treeCollapse file tree

2 files changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-3
lines changed

‎Mac/BuildScript/build-installer.py

Copy file name to clipboardExpand all lines: Mac/BuildScript/build-installer.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ def library_recipes():
359359
),
360360
),
361361
dict(
362-
name="SQLite 3.41.2",
363-
url="https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz",
364-
checksum="862075fd1c38324878ef809eda39edfe",
362+
name="SQLite 3.42.0",
363+
url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz",
364+
checksum="0c5a92bc51cf07cae45b4a1e94653dea",
365365
extra_cflags=('-Os '
366366
'-DSQLITE_ENABLE_FTS5 '
367367
'-DSQLITE_ENABLE_FTS4 '
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to SQLite 3.42.0.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.