From 665fc782cea4c3433c3b53adaca9ead6a09255c6 Mon Sep 17 00:00:00 2001 From: pymongo <42347370+pymongo@users.noreply.github.com> Date: Sun, 16 Dec 2018 20:57:38 +0800 Subject: [PATCH] sqlite: fix hash and URL for version 3.6.0 (#2908) --- sqlite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sqlite.json b/sqlite.json index e64360a131..5905a84f8f 100644 --- a/sqlite.json +++ b/sqlite.json @@ -2,9 +2,9 @@ "homepage": "https://www.sqlite.org/", "version": "3.26.0", "license": "Public Domain", - "url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-3250300.zip", - "hash": "d2df1ef9f31e4d4e159e3afac87088f8614ad157e62f627c6317482744823b1f", - "extract_dir": "sqlite-tools-win32-x86-3250300", + "url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-3260000.zip", + "hash": "0218b458495affe108e63e0786bbe7418dcd2da3d28c07207c466a16cded8793", + "extract_dir": "sqlite-tools-win32-x86-3260000", "bin": [ "sqlite3.exe", "sqldiff.exe",