]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Feb 2023 07:54:58 +0000 (23:54 -0800)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2023 07:54:58 +0000 (23:54 -0800)
(cherry picked from commit d40a23c0a11060ba7fa076d50980c18a11a13a40)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst [new file with mode: 0644]

index c3f92e97611da2d83e92099a42ec96e894ab0269..7daead587c2207175e8339245269b9e8abbf87da 100755 (executable)
@@ -358,9 +358,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.39.4",
-              url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
-              checksum="44b7e6691b0954086f717a6c43b622a5",
+              name="SQLite 3.40.1",
+              url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
+              checksum="5498af3a357753d473ee713e363fa5b7",
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst b/Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst
new file mode 100644 (file)
index 0000000..fc53d08
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to SQLite 3.40.1.