Skip to content

Commit c94ee13

Browse files
author
Erlend Egeberg Aasland
authored
bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)
1 parent 1470edd commit c94ee13

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Mac/BuildScript/build-installer.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ def library_recipes():
357357
),
358358
),
359359
dict(
360-
name="SQLite 3.33.0",
361-
url="https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz",
362-
checksum='842a8a100d7b01b09e543deb2b7951dd',
360+
name="SQLite 3.34.0",
361+
url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
362+
checksum='7f33c9db7b713957fcb9271fe9049fef',
363363
extra_cflags=('-Os '
364364
'-DSQLITE_ENABLE_FTS5 '
365365
'-DSQLITE_ENABLE_FTS4 '
@@ -1615,7 +1615,7 @@ def buildDMG():
16151615
if os.path.exists(outdir):
16161616
shutil.rmtree(outdir)
16171617

1618-
# We used to use the deployment target as the last characters of the
1618+
# We used to use the deployment target as the last characters of the
16191619
# installer file name. With the introduction of weaklinked installer
16201620
# variants, we may have two variants with the same file name, i.e.
16211621
# both ending in '10.9'. To avoid this, we now use the major/minor
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to use SQLite 3.34.0.

0 commit comments

Comments
 (0)