mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
sqlite@3.33.0: Hash fix (#1333)
* sqlite: hash fix * Remove hash They changed to some sha3 instead of sha1  Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
This commit is contained in:
parent
8a3d27a854
commit
03766fb149
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user