Skip to content

Commit e9a71da

Browse files
author
Erlend Egeberg Aasland
authored
[3.9] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) (GH-24130)
(cherry picked from commit c94ee13) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> Automerge-Triggered-By: GH:ned-deily
1 parent 6e72ab9 commit e9a71da

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,9 @@ def library_recipes():
354354
),
355355
),
356356
dict(
357-
name="SQLite 3.33.0",
358-
url="https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz",
359-
checksum='842a8a100d7b01b09e543deb2b7951dd',
357+
name="SQLite 3.34.0",
358+
url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
359+
checksum='7f33c9db7b713957fcb9271fe9049fef',
360360
extra_cflags=('-Os '
361361
'-DSQLITE_ENABLE_FTS5 '
362362
'-DSQLITE_ENABLE_FTS4 '
@@ -1611,7 +1611,7 @@ def buildDMG():
16111611
if os.path.exists(outdir):
16121612
shutil.rmtree(outdir)
16131613

1614-
# We used to use the deployment target as the last characters of the
1614+
# We used to use the deployment target as the last characters of the
16151615
# installer file name. With the introduction of weaklinked installer
16161616
# variants, we may have two variants with the same file name, i.e.
16171617
# both ending in '10.9'. To avoid this, we now use the major/minor
Lines changed: 1 addition & 0 deletions
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)