From 148e5e73b95b9f607a84f70ede473a3664200a3e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 18 Jun 2021 20:00:23 +0000 Subject: [PATCH] sqlite: Update to version 3.36.0 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index f459e8b369..d3a3dfb25d 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,11 +1,11 @@ { - "version": "3.35.5", + "version": "3.36.0", "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-3350500.zip", - "hash": "bfe3832aea1dda2bd7b0fe91ebcd653fa160106593f84ba0ab1d51161c4df65d", - "extract_dir": "sqlite-tools-win32-x86-3350500", + "url": "https://www.sqlite.org/2021/sqlite-tools-win32-x86-3360000.zip", + "hash": "b0c0625997ab19fa99022dad9226c7ef5f312d241ea75e430e7c49f7be0a91ae", + "extract_dir": "sqlite-tools-win32-x86-3360000", "bin": [ "sqlite3.exe", "sqldiff.exe",