8000 [3.11] gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998) by miss-islington · Pull Request #104080 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

[3.11] gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998) #104080

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
merged 1 commit into from
May 2, 2023
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-102997: Update macOS installer to SQLite 3.41.2. (GH-102998)
(cherry picked from commit f0ad456)

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
  • Loading branch information
felixxm authored and miss-islington committed May 2, 2023
commit 88dde50a9e1270b5ca85e6678f2542ef6a52100a
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.40.1",
url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
checksum="42175b1a1d23529cb133bbd2b5900afd",
name="SQLite 3.41.2",
url="https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz",
checksum="862075fd1c38324878ef809eda39edfe",
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 SQLite 3.41.2.
0