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

gh-109286: Updated macOS SQLite installer to 3.43.1 #110374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Next Next commit
Updated macOS SQLite installers to 3.43.1
  • Loading branch information
jtranquilli committed Oct 4, 2023
commit 4052bc9647217efa2c61f3c89fa0980db77d563d
8 changes: 4 additions & 4 deletions 8 Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,10 @@ def library_recipes():
),
),
dict(
name="SQLite 3.42.0",
url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz",
checksum="0c5a92bc51cf07cae45b4a1e94653dea",
extra_cflags=('-Os '
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 '
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.