From 03766fb149a33c8db1e919eae8e31ae86b4f92af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2020 06:34:21 -0700 Subject: [PATCH] sqlite@3.33.0: Hash fix (#1333) * sqlite: hash fix * Remove hash They changed to some sha3 instead of sha1 ![a](https://i.imgur.com/JQvJo7b.png) Co-authored-by: ScoopInstaller --- bucket/sqlite.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index ca7fabce3d..b2d8458ea0 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -4,7 +4,7 @@ "version": "3.33.0", "license": "Public Domain", "url": "https://www.sqlite.org/2020/sqlite-tools-win32-x86-3330000.zip", - "hash": "sha1:5b13a53afe89ca0a975f0c166d5e4c33c83695ce", + "hash": "sha1:12c8ffaff950594ea4c8aafdc26dcdd4360641e7", "extract_dir": "sqlite-tools-win32-x86-3330000", "bin": [ "sqlite3.exe", @@ -17,10 +17,6 @@ }, "autoupdate": { "url": "https://www.sqlite.org/$matchYear/sqlite-tools-win32-x86-$matchClean.zip", - "hash": { - "url": "https://www.sqlite.org/download.html", - "regex": "(?sm)$basename.*?$sha1" - }, "extract_dir": "sqlite-tools-win32-x86-$matchClean" } }