2021-04-15 14:15:55 +02:00

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