From 611d57b6e2b5684565bde0a231a9d37c1728a5d7 Mon Sep 17 00:00:00 2001 From: pymongo <42347370+pymongo@users.noreply.github.com> Date: Mon, 11 Feb 2019 16:09:56 +0800 Subject: [PATCH] sqlite: Update to version 3.27.1 (#3107) --- sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sqlite.json b/sqlite.json index 5905a84f8f..3b4674a2b5 100644 --- a/sqlite.json +++ b/sqlite.json @@ -1,9 +1,9 @@ { "homepage": "https://www.sqlite.org/", - "version": "3.26.0", + "version": "3.27.1", "license": "Public Domain", - "url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-3260000.zip", - "hash": "0218b458495affe108e63e0786bbe7418dcd2da3d28c07207c466a16cded8793", + "url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-3270100.zip", + "hash": "d0c0929e51682c28cd81247d6c894543bb8aaf441b0a6546d7f29b6aa38045e9", "extract_dir": "sqlite-tools-win32-x86-3260000", "bin": [ "sqlite3.exe", @@ -15,7 +15,7 @@ "re": "sqlite-tools-win32-x86-(?[\\d]+).zip[\\s\\S]+for SQLite version (?[\\d.]+)\\." }, "autoupdate": { - "url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-$matchNumber.zip", + "url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-$matchNumber.zip", "extract_dir": "sqlite-tools-win32-x86-$matchNumber" } }