From 7ed47c389ecd1d6b4be6d1755f3fa925dbc3be6c Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 2 Apr 2024 06:07:40 +0200 Subject: [PATCH] gh-115009: Update macOS installer to use SQLite 3.45.2. --- Mac/BuildScript/build-installer.py | 6 +++--- .../macOS/2024-04-02-06-07-16.gh-issue-115009.ay2M5h.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 Misc/NEWS.d/next/macOS/2024-04-02-06-07-16.gh-issue-115009.ay2M5h.rst diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index b2f8c77e0c1a73b..07511beb99b4557 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -359,9 +359,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.45.1", - url="https://sqlite.org/2024/sqlite-autoconf-3450100.tar.gz", - checksum="cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a", + name="SQLite 3.45.2", + url="https://sqlite.org/2024/sqlite-autoconf-3450200.tar.gz", + checksum="bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae", extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' diff --git a/Misc/NEWS.d/next/macOS/2024-04-02-06-07-16.gh-issue-115009.ay2M5h.rst b/Misc/NEWS.d/next/macOS/2024-04-02-06-07-16.gh-issue-115009.ay2M5h.rst new file mode 100644 index 000000000000000..39ca55cf5c460ef --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2024-04-02-06-07-16.gh-issue-115009.ay2M5h.rst @@ -0,0 +1 @@ +Update macOS installer to use SQLite 3.45.2.