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" } }