2021-05-06 20:14:41 +02:00

29 lines
1018 B
JSON

{
"version": "0.9.5",
"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.5/Windows64.zip",
"hash": "829ad1a61b3ac2abba7958fe44c13b141bc952148fc6de401fd8aa58ef249379"
},
"32bit": {
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.5/Windows32.zip",
"hash": "b02f5c67646c44221dd0ab6b844d7e05869fd5fa1114d5e2c785f766f01d3fbe"
}
},
"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"
}
}
}
}