summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranimalize <animalize@users.noreply.github.com>2019-06-18 09:25:19 (GMT)
committerNed Deily <nad@python.org>2019-06-18 09:25:19 (GMT)
commitd8f336fdc10decdd82d3bc81a63aea8be149c0c8 (patch)
treed792645cb2f4d7c623d5739b091d348c1bcd9369
parent988e6aa322fb61651812fa5a61ec73316c71b041 (diff)
downloadcpython-d8f336fdc10decdd82d3bc81a63aea8be149c0c8.zip
cpython-d8f336fdc10decdd82d3bc81a63aea8be149c0c8.tar.gz
cpython-d8f336fdc10decdd82d3bc81a63aea8be149c0c8.tar.bz2
bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)
-rwxr-xr-xMac/BuildScript/build-installer.py6
-rw-r--r--Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst1
2 files changed, 4 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index fe86f16..88e3432 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -313,9 +313,9 @@ def library_recipes():
),
),
dict(
- name="SQLite 3.22.0",
- url="https://www.sqlite.org/2018/sqlite-autoconf-3220000.tar.gz",
- checksum='96b5648d542e8afa6ab7ffb8db8ddc3d',
+ name="SQLite 3.28.0",
+ url="https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz",
+ checksum='3c68eb400f8354605736cd55400e1572',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst b/Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst
new file mode 100644
index 0000000..5e05ac5
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.28.0.