]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Fri, 19 May 2023 06:52:24 +0000 (08:52 +0200)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 06:52:24 +0000 (02:52 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2023-05-18-22-31-49.gh-issue-104623.6h7Xfx.rst [new file with mode: 0644]

index 2f5937489ac03d862f0aa2cacbd17d247bf93bee..5474f87fd6cb62a0a8580953f71644c72485abff 100755 (executable)
@@ -359,9 +359,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.41.2",
-              url="https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz",
-              checksum="862075fd1c38324878ef809eda39edfe",
+              name="SQLite 3.42.0",
+              url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz",
+              checksum="0c5a92bc51cf07cae45b4a1e94653dea",
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2023-05-18-22-31-49.gh-issue-104623.6h7Xfx.rst b/Misc/NEWS.d/next/macOS/2023-05-18-22-31-49.gh-issue-104623.6h7Xfx.rst
new file mode 100644 (file)
index 0000000..ffb1246
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to SQLite 3.42.0.