{
    "version": "1.0.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/1.0.0/Windows64.zip",
            "hash": "694273d1e34eb359ff966e71cfabed6f002d4c16614d20123dd53028d281d3b3"
        },
        "32bit": {
            "url": "https://github.com/VirusTotal/vt-cli/releases/download/1.0.0/Windows32.zip",
            "hash": "4285e83f23b4ad90937a4e2fe94c2fd26f0d03f82af5aa9a2770928df9e25ae5"
        }
    },
    "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"
            }
        }
    }
}
