From b789abb6c0f8dffb30917b607a4ea85cb4bb93ab Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 2 Apr 2021 21:00:22 +0000 Subject: [PATCH] sqlite: Update to version 3.35.4 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index 7116539206..9e93aa71c2 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,11 +1,11 @@ { - "version": "3.35.3", + "version": "3.35.4", "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine.", "homepage": "https://www.sqlite.org/", "license": "Public Domain", - "url": "https://www.sqlite.org/2021/sqlite-tools-win32-x86-3350300.zip", - "hash": "33c84cfabfe261b4402c50bea88c0bb00a9a8f791f857e5b61c651f4453bcbb6", - "extract_dir": "sqlite-tools-win32-x86-3350300", + "url": "https://www.sqlite.org/2021/sqlite-tools-win32-x86-3350400.zip", + "hash": "32522cca09c3a31331661445f4eafeac6e3880222e4910db47fa1fe81d2015a5", + "extract_dir": "sqlite-tools-win32-x86-3350400", "bin": [ "sqlite3.exe", "sqldiff.exe",