mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
vt-cli: Add version 0.7.0 (#871)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
f1ef5bf16c
commit
9fede3a2b9
28
bucket/vt-cli.json
Normal file
28
bucket/vt-cli.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"version": "0.7.0",
|
||||
"description": "Tool for interacting with VirusTotal",
|
||||
"homepage": "https://github.com/VirusTotal/vt-cli",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.7.0/Windows64.zip",
|
||||
"hash": "2468803342f0e12853d2761d14aafe2e9ebc086cbf1c7f9cc334f430bb1c4167"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.7.0/Windows32.zip",
|
||||
"hash": "c453a6af6c86301facf7feeccc469dbc91901c17911f75e95197ce526650ce7b"
|
||||
}
|
||||
},
|
||||
"bin": "vt.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/VirusTotal/vt-cli/releases/download/$version/Windows64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/VirusTotal/vt-cli/releases/download/$version/Windows32.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user