2021-05-07 15:27:48 +02:00

29 lines
1018 B
JSON

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