8000 gh-109286: Update macOS installer to use SQLite 3.43.1 by jtranquilli · Pull Request #110482 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-109286: Update macOS installer to use SQLite 3.43.1 #110482

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

Merged
Prev Previous commit
Next Next commit
Fixed trailing white space issue
  • Loading branch information
jtranquilli committed Oct 5, 2023
commit 3e9ae8fd4a980bacd707e3c1f810e39c42d0e5f6
2 changes: 1 addition & 1 deletion Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def library_recipes():
),
dict(
name="SQLite 3.43.1",
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
checksum="77e61befe9c3298da0504f87772a24b0",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
Expand Down
0