2022-03-14 16:29:47 +00:00

29 lines
1021 B
JSON

{
"version": "0.10.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.10.1/Windows64.zip",
"hash": "85b36b3a16a68dabc0fc98395277ed62678439c3e3f9386a140087e00313437b"
},
"32bit": {
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.10.1/Windows32.zip",
"hash": "ce1ae0e01f0ae10d5dc62c4fa059f5b5273150b16b0cd1fc268c828df2ea8ed6"
}
},
"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"
}
}
}
}