2021-12-03 18:02:02 +00:00

29 lines
1018 B
JSON

{
"version": "0.9.8",
"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.8/Windows64.zip",
"hash": "a2fc2e5d3f6f3d3c85d60c14ba4c23c4c7971ed0e128863612c2101880769eb6"
},
"32bit": {
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.8/Windows32.zip",
"hash": "89086b67da37f28c3d192c29d2e861024d4f0b0bed1d0d6d32a084a13f3f3db8"
}
},
"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"
}
}
}
}