From 58b6d5ded7f489fe2dda99b517c943062e1c7c27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:28:15 +0000 Subject: [PATCH] sqlite: Update to version 3.43.2 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index 0ac847a86d..0190af8c15 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,11 +1,11 @@ { - "version": "3.43.1", + "version": "3.43.2", "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-3430100.zip", - "hash": "ac1a2bfc1d9432e5649564228351c37174503c8b920dbd95328e2c96a982de3b", - "extract_dir": "sqlite-tools-win32-x86-3430100", + "url": "https://www.sqlite.org/2023/sqlite-tools-win32-x86-3430200.zip", + "hash": "fae9efccf4469ca69be5d418fc088593cdb86e07a1b211bdb85463591a923b02", + "extract_dir": "sqlite-tools-win32-x86-3430200", "bin": [ "sqlite3.exe", "sqldiff.exe",