From 85ff59049eea1d47b530b17462187d60c61f35b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 16:28:26 +0000 Subject: [PATCH] sqlite: Update to version 3.42.0 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index c23cf2900d..d596a0dd7c 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,11 +1,11 @@ { - "version": "3.41.2", + "version": "3.42.0", "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-3410200.zip", - "hash": "1d0720c3a4c4619a91eb97f52931e3485f92b53d89e76b335c69c4d8c644c006", - "extract_dir": "sqlite-tools-win32-x86-3410200", + "url": "https://www.sqlite.org/2023/sqlite-tools-win32-x86-3420000.zip", + "hash": "5321c55bfb548ca1b27a972f3ecfd8269b0c8ce0bcbeac2f9d43162a4bb89710", + "extract_dir": "sqlite-tools-win32-x86-3420000", "bin": [ "sqlite3.exe", "sqldiff.exe",