]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)
authorMariusz Felisiak <felisiak.mariusz@gmail.com>
Tue, 15 Mar 2022 15:04:41 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 15:04:41 +0000 (11:04 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2022-03-13-11-11-31.bpo-46907.Ql0z1E.rst [new file with mode: 0644]

index 7e89a3bc82ae24b65d9688bd39f434735e9b13a4..4a115e1a5f7732259e9f45c339db4e5add3979fb 100755 (executable)
@@ -358,9 +358,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.37.2",
-              url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
-              checksum='683cc5312ee74e71079c14d24b7a6d27',
+              name="SQLite 3.38.1",
+              url="https://sqlite.org/2022/sqlite-autoconf-3380100.tar.gz",
+              checksum="5af57892dc0993af596bef56931db23f",
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2022-03-13-11-11-31.bpo-46907.Ql0z1E.rst b/Misc/NEWS.d/next/macOS/2022-03-13-11-11-31.bpo-46907.Ql0z1E.rst
new file mode 100644 (file)
index 0000000..365081f
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to SQLite 3.38.1.