From: Erlend E. Aasland Date: Fri, 19 May 2023 06:52:24 +0000 (+0200) Subject: gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624) X-Git-Tag: v3.12.0b1~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd04bfeaf7a4531120ad450dbd1afc121a2523ee;p=thirdparty%2FPython%2Fcpython.git gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624) --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 2f5937489ac0..5474f87fd6cb 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -359,9 +359,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.41.2", - url="https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz", - checksum="862075fd1c38324878ef809eda39edfe", + name="SQLite 3.42.0", + url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz", + checksum="0c5a92bc51cf07cae45b4a1e94653dea", extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' diff --git a/Misc/NEWS.d/next/macOS/2023-05-18-22-31-49.gh-issue-104623.6h7Xfx.rst b/Misc/NEWS.d/next/macOS/2023-05-18-22-31-49.gh-issue-104623.6h7Xfx.rst new file mode 100644 index 000000000000..ffb124631c21 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2023-05-18-22-31-49.gh-issue-104623.6h7Xfx.rst @@ -0,0 +1 @@ +Update macOS installer to SQLite 3.42.0.