From 98a6d96a9e3c6bd18b6a79d0a89c9de0a0675dc5 Mon Sep 17 00:00:00 2001 From: pymongo <42347370+pymongo@users.noreply.github.com> Date: Mon, 11 Feb 2019 20:45:18 +0800 Subject: [PATCH] sqlite: Fix version 3.27.1 extracting error (#3110) --- sqlite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite.json b/sqlite.json index 3b4674a2b5..786f82af4b 100644 --- a/sqlite.json +++ b/sqlite.json @@ -4,7 +4,7 @@ "license": "Public Domain", "url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-3270100.zip", "hash": "d0c0929e51682c28cd81247d6c894543bb8aaf441b0a6546d7f29b6aa38045e9", - "extract_dir": "sqlite-tools-win32-x86-3260000", + "extract_dir": "sqlite-tools-win32-x86-3270100", "bin": [ "sqlite3.exe", "sqldiff.exe",