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 <cabera.jakub@gmail.com>
This commit is contained in:
github-actions[bot] 2020-08-16 06:34:21 -07:00 committed by GitHub
parent 8a3d27a854
commit 03766fb149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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