From 0698eb3f8dac53bdbd5d0bcb0957bade4b42aecf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:27:55 +0000 Subject: [PATCH] sqlite: Update to version 3.43.1 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index fdd917a89b..0ac847a86d 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,11 +1,11 @@ { - "version": "3.43.0", + "version": "3.43.1", "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine", "homepage": "https://www.sqlite.org/", "license": "blessing", - "url": "https://www.sqlite.org/2023/sqlite-tools-win32-x86-3430000.zip", - "hash": "12b4fa4fe45912595c1fadaa4f1a46a3dbfb558ba2964c886c79b5ce7c258f7b", - "extract_dir": "sqlite-tools-win32-x86-3430000", + "url": "https://www.sqlite.org/2023/sqlite-tools-win32-x86-3430100.zip", + "hash": "ac1a2bfc1d9432e5649564228351c37174503c8b920dbd95328e2c96a982de3b", + "extract_dir": "sqlite-tools-win32-x86-3430100", "bin": [ "sqlite3.exe", "sqldiff.exe",