From: animalize Date: Tue, 18 Jun 2019 09:25:19 +0000 (+0800) Subject: bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180) X-Git-Tag: v3.9.0a1~1234 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8f336fdc10decdd82d3bc81a63aea8be149c0c8;p=thirdparty%2FPython%2Fcpython.git bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180) --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index fe86f1621ecc..88e34322200f 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 000000000000..5e05ac56b095 --- /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.