From dd4c8bbfc56aa5b7fd9a6516bf93e5cb67506b98 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Fri, 16 Aug 2019 21:18:55 +0800 Subject: [PATCH] sqlite: add au.hash (#338) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * sqlite: add au.hash * Update bucket/sqlite.json Co-Authored-By: Jakub Čábera --- bucket/sqlite.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index d93a6980f8..073adbfab2 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -4,7 +4,7 @@ "version": "3.29.0", "license": "Public Domain", "url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-3290000.zip", - "hash": "6eae0b3e87bc146aeb0f130f3814faa0e93e394876f3710a537a00a6dccdbd19", + "hash": "sha1:f009ff42b8c22886675005e3e57c94d62bca12b3", "extract_dir": "sqlite-tools-win32-x86-3290000", "bin": [ "sqlite3.exe", @@ -13,10 +13,14 @@ ], "checkver": { "url": "https://www.sqlite.org/download.html", - "re": "sqlite-tools-win32-x86-(?[\\d]+).zip[\\s\\S]+for SQLite version (?[\\d.]+)\\." + "regex": "sqlite-tools-win32-x86-(?[\\d]+).zip.*?for SQLite version ([\\d.]+)\\." }, "autoupdate": { "url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-$matchNumber.zip", + "hash": { + "url": "https://www.sqlite.org/download.html", + "regex": "(?sm)$basename.*?$sha1" + }, "extract_dir": "sqlite-tools-win32-x86-$matchNumber" } }