2021-04-06 05:08:00 +02:00

29 lines
1018 B
JSON

{
"version": "0.9.2",
"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.2/Windows64.zip",
"hash": "034f32222968eb29cb79bda0ba59de4ff9d514c7b43cfc0561ad4cf9d0a22f81"
},
"32bit": {
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.2/Windows32.zip",
"hash": "9ec5aae8608f3ac51958d03c741836205815b202b5561086e098cdcf8a524392"
}
},
"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"
}
}
}
}