{
    "version": "2.0.0",
    "description": "Secure, store, and tightly control access to tokens, passwords, certificates, API keys, and other secrets in modern computing.",
    "homepage": "https://www.vaultproject.io",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://releases.hashicorp.com/vault/2.0.0/vault_2.0.0_windows_amd64.zip",
            "hash": "6ba79a7937360f96502dcbca84395b96d4299e770497e342805a3c4dcadb6de2"
        },
        "32bit": {
            "url": "https://releases.hashicorp.com/vault/2.0.0/vault_2.0.0_windows_386.zip",
            "hash": "fb5bdcc3a641945ef08ce67738cb0b932c30f501f2bedb23d9319ef92aae994a"
        }
    },
    "bin": "vault.exe",
    "checkver": {
        "url": "https://releases.hashicorp.com/vault/",
        "regex": "vault_([\\d.]+)</a>"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://releases.hashicorp.com/vault/$version/vault_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://releases.hashicorp.com/vault/$version/vault_$version_windows_386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/vault_$version_SHA256SUMS"
        }
    }
}
