Skip to content

Commit f27451d

Browse files
author
Erlend Egeberg Aasland
authored
[3.8] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674). (GH-24129)
(cherry picked from commit c94ee13) Co-authored-by: Erlend Egeberg Aasland <[email protected]> Automerge-Triggered-By: GH:ned-deily
1 parent e2c847e commit f27451d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ def library_recipes():
307307
),
308308
),
309309
dict(
310-
name="SQLite 3.33.0",
311-
url="https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz",
312-
checksum='842a8a100d7b01b09e543deb2b7951dd',
310+
name="SQLite 3.34.0",
311+
url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
312+
checksum='7f33c9db7b713957fcb9271fe9049fef',
313313
extra_cflags=('-Os '
314314
'-DSQLITE_ENABLE_FTS5 '
315315
'-DSQLITE_ENABLE_FTS4 '
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)