]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Tue, 25 Oct 2022 10:49:44 +0000 (12:49 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Oct 2022 10:49:44 +0000 (12:49 +0200)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2022-10-25-10-32-23.gh-issue-94328.W3YNC_.rst [new file with mode: 0644]

index 9fd87f3361fde9be1453b4cbd58eb6543e53600a..b789e30946a8352fd3c5c74f7ffaab07ec35d598 100755 (executable)
@@ -360,9 +360,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.38.4",
-              url="https://sqlite.org/2022/sqlite-autoconf-3380400.tar.gz",
-              checksum="34c0b92a0609ed4ce78582e8dc1ed45a",
+              name="SQLite 3.39.4",
+              url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
+              checksum="44b7e6691b0954086f717a6c43b622a5",
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2022-10-25-10-32-23.gh-issue-94328.W3YNC_.rst b/Misc/NEWS.d/next/macOS/2022-10-25-10-32-23.gh-issue-94328.W3YNC_.rst
new file mode 100644 (file)
index 0000000..cbef54d
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to SQLite 3.39.4.