2023-03-02 16:31:45 +00:00

29 lines
1021 B
JSON

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