From 037e90021df7e741d4451085c03f4e40b6f101a4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 26 Mar 2021 18:00:26 +0000 Subject: [PATCH] sqlite: Update to version 3.35.3 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index f3a275415c..282dd2473e 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,11 +1,11 @@ { - "version": "3.35.2", + "version": "3.35.3", "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-3350200.zip", - "hash": "23db18a6c400007229e8a153c080750a0a44d289d007b7c49da9deb91717cca2", - "extract_dir": "sqlite-tools-win32-x86-3350200", + "url": "https://www.sqlite.org/2021/sqlite-tools-win32-x86-3350300.zip", + "hash": "9d6e5abaf4608ac5e6cec57c59bb4d7bce8b137d02d8befee31a5e19538c7051", + "extract_dir": "sqlite-tools-win32-x86-3350300", "bin": [ "sqlite3.exe", "sqldiff.exe",