From a8d4413e2b87d360fecd23dbf1bd1e0c63821831 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 15 Aug 2020 01:00:16 +0000 Subject: [PATCH] sqlite: Update to version 3.33.0 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index 8bac9f0353..ca7fabce3d 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,11 +1,11 @@ { "homepage": "https://www.sqlite.org/", "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine.", - "version": "3.32.3", + "version": "3.33.0", "license": "Public Domain", - "url": "https://www.sqlite.org/2020/sqlite-tools-win32-x86-3320300.zip", - "hash": "sha1:e737fe2726bf8cd239e90f1d01b275d5c78a1089", - "extract_dir": "sqlite-tools-win32-x86-3320300", + "url": "https://www.sqlite.org/2020/sqlite-tools-win32-x86-3330000.zip", + "hash": "sha1:5b13a53afe89ca0a975f0c166d5e4c33c83695ce", + "extract_dir": "sqlite-tools-win32-x86-3330000", "bin": [ "sqlite3.exe", "sqldiff.exe",