From 9b9e5c202f4e20be2226849ae0ed0fd7f5a7276a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 20 Jun 2020 20:00:25 +0000 Subject: [PATCH] sqlite: Update to version 3.32.3 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index 3fad7f94e2..8bac9f0353 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.2", + "version": "3.32.3", "license": "Public Domain", - "url": "https://www.sqlite.org/2020/sqlite-tools-win32-x86-3320200.zip", - "hash": "sha1:ac42c6488aafc48b5e1b234cb625886da87f8f39", - "extract_dir": "sqlite-tools-win32-x86-3320200", + "url": "https://www.sqlite.org/2020/sqlite-tools-win32-x86-3320300.zip", + "hash": "sha1:e737fe2726bf8cd239e90f1d01b275d5c78a1089", + "extract_dir": "sqlite-tools-win32-x86-3320300", "bin": [ "sqlite3.exe", "sqldiff.exe",