mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
29 lines
1018 B
JSON
29 lines
1018 B
JSON
{
|
|
"version": "0.9.3",
|
|
"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.9.3/Windows64.zip",
|
|
"hash": "6eff3e73e8b38630d15e6c527edc2efa97ba7f9cffb43d060307ae0c6fe59ed0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.3/Windows32.zip",
|
|
"hash": "e8370ed96c681b5c997f23205cbfa2d1b92da73f26087fb667d0c6fc45f88e7a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|