From 190d0c82b47428fe815ee37a873f3be0442a5683 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 24 Jan 2020 02:01:49 +0000 Subject: [PATCH] sqlite: Update to version 3.31.0 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index ebeb657fd5..60dc3999d9 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.30.1", + "version": "3.31.0", "license": "Public Domain", - "url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-3300100.zip", - "hash": "sha1:11d5d92b21a50678d73aba61389b6a568c39de2a", - "extract_dir": "sqlite-tools-win32-x86-3300100", + "url": "https://www.sqlite.org/2020/sqlite-tools-win32-x86-3310000.zip", + "hash": "sha1:80758702c60504273c59502603cb5eea74555fce", + "extract_dir": "sqlite-tools-win32-x86-3310000", "bin": [ "sqlite3.exe", "sqldiff.exe",