aboutsummaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2022-02-01 21:28:29 +0530
committerGitHub <noreply@github.com>2022-02-01 10:58:29 -0500
commit0e4bef7a7f6f25a6f39755778c73e7026901611f (patch)
tree1465ebcb517343c0b707f9eae26e50189f41176b /Mac
parent48be46ec1f3f8010570165daa1da4bf9961f3a83 (diff)
downloadcpython3-0e4bef7a7f6f25a6f39755778c73e7026901611f.tar.gz
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 0f8924bb72..7e89a3bc82 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -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 '