2021-03-31 08:36:39 +02:00

29 lines
1018 B
JSON

{
"version": "0.9.1",
"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.1/Windows64.zip",
"hash": "340a5a81f56bab2e5abe86da693c0e36b88f4374d756a6d34aac39b4e54ea1ea"
},
"32bit": {
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.1/Windows32.zip",
"hash": "e0c358ec28b5c37fb4eba6e28acb090f934c6faac04341113c4d1bac13695ae2"
}
},
"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"
}
}
}
}