2023-02-20 16:30:18 +00:00

29 lines
1021 B
JSON

{
"version": "0.11.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.11.0/Windows64.zip",
"hash": "a83ce330280a1d4206567cd657ff5849344db5505e86019d0ecbc47aa16de3b7"
},
"32bit": {
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.11.0/Windows32.zip",
"hash": "035f9e3fa268748e7064e647bdefde2c137594901916e278cccdef39ab53b3bf"
}
},
"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"
}
}
}
}