]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998)
authorMariusz Felisiak <felisiak.mariusz@gmail.com>
Tue, 2 May 2023 04:30:43 +0000 (06:30 +0200)
committerGitHub <noreply@github.com>
Tue, 2 May 2023 04:30:43 +0000 (00:30 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2023-03-24-11-20-47.gh-issue-102997.ZgQkbq.rst [new file with mode: 0644]

index 63fa21b2b33d174229f0be763533aa2fba90c896..2f5937489ac03d862f0aa2cacbd17d247bf93bee 100755 (executable)
@@ -359,9 +359,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 '
diff --git a/Misc/NEWS.d/next/macOS/2023-03-24-11-20-47.gh-issue-102997.ZgQkbq.rst b/Misc/NEWS.d/next/macOS/2023-03-24-11-20-47.gh-issue-102997.ZgQkbq.rst
new file mode 100644 (file)
index 0000000..d0b390a
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to SQLite 3.41.2.