aboutsummaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-01-04 05:48:19 +0100
committerGitHub <noreply@github.com>2021-01-03 23:48:19 -0500
commitc94ee13ad596d26d1859078bc09806aa59bb0000 (patch)
tree8b01f374dd2d057dfe48ce97a2c057aca430c9ef /Mac
parentbpo-42681: Fix range checks for color and pair numbers in curses (GH-23874) (diff)
downloadcpython-c94ee13ad596d26d1859078bc09806aa59bb0000.tar.gz
cpython-c94ee13ad596d26d1859078bc09806aa59bb0000.tar.bz2
cpython-c94ee13ad596d26d1859078bc09806aa59bb0000.zip
bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 16816d1cf8..2afdc32f54 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -357,9 +357,9 @@ def library_recipes():
),
),
dict(
- name="SQLite 3.33.0",
- url="https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz",
- checksum='842a8a100d7b01b09e543deb2b7951dd',
+ name="SQLite 3.34.0",
+ url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
+ checksum='7f33c9db7b713957fcb9271fe9049fef',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
@@ -1615,7 +1615,7 @@ def buildDMG():
if os.path.exists(outdir):
shutil.rmtree(outdir)
- # We used to use the deployment target as the last characters of the
+ # We used to use the deployment target as the last characters of the
# installer file name. With the introduction of weaklinked installer
# variants, we may have two variants with the same file name, i.e.
# both ending in '10.9'. To avoid this, we now use the major/minor