From a39727129888df2ab6d271b26fdd2529ac3172c0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 25 May 2020 22:01:50 +0000 Subject: [PATCH] sqlite: Update to version 3.32.1 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index a2beecb4fa..aa77a18831 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.0", + "version": "3.32.1", "license": "Public Domain", - "url": "https://www.sqlite.org/2020/sqlite-tools-win32-x86-3320000.zip", - "hash": "sha1:e16cf3e92e214a88462e132a610a2268b02bac6c", - "extract_dir": "sqlite-tools-win32-x86-3320000", + "url": "https://www.sqlite.org/2020/sqlite-tools-win32-x86-3320100.zip", + "hash": "sha1:bcd3fec536e36b4cdc51f0c5082b4ff84f2e9ea4", + "extract_dir": "sqlite-tools-win32-x86-3320100", "bin": [ "sqlite3.exe", "sqldiff.exe",