]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 1 Feb 2022 15:58:29 +0000 (21:28 +0530)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 15:58:29 +0000 (10:58 -0500)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2022-01-26-12-04-09.bpo-45925.yBSiYO.rst [new file with mode: 0644]

index 0f8924bb72740210cb2e63defea855dae223501c..7e89a3bc82ae24b65d9688bd39f434735e9b13a4 100755 (executable)
@@ -358,9 +358,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.36.0",
-              url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz",
-              checksum='f5752052fc5b8e1b539af86a3671eac7',
+              name="SQLite 3.37.2",
+              url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
+              checksum='683cc5312ee74e71079c14d24b7a6d27',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2022-01-26-12-04-09.bpo-45925.yBSiYO.rst b/Misc/NEWS.d/next/macOS/2022-01-26-12-04-09.bpo-45925.yBSiYO.rst
new file mode 100644 (file)
index 0000000..3705266
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to SQLite 3.37.2.
\ No newline at end of file