From aacb6e2f439166cc6c6e8d38789a0107f08c0c91 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Thu, 27 Feb 2020 15:00:33 +0100 Subject: [PATCH 1/2] bpo-38380: Update macOS installer to use SQLite 3.30.1 --- Mac/BuildScript/build-installer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 3d1381b895..ceedb4e216 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -313,9 +313,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.28.0", - url="https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz", - checksum='3c68eb400f8354605736cd55400e1572', + name="SQLite 3.30.1", + url="https://sqlite.org/2019/sqlite-autoconf-3300100.tar.gz", + checksum='51252dc6bc9094ba11ab151ba650ff3c', extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' -- 2.22.0