{
    "version": "2.22.0",
    "description": "The official Vultr CLI tool.",
    "homepage": "https://github.com/vultr/vultr-cli/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/vultr/vultr-cli/releases/download/v2.22.0/vultr-cli_v2.22.0_windows_amd64.zip",
            "hash": "ae1df0ff868d699f360b706a5f0c9b7563e6c4000977be83c5c2103d4b9335c3"
        },
        "arm64": {
            "url": "https://github.com/vultr/vultr-cli/releases/download/v2.22.0/vultr-cli_v2.22.0_windows_arm64.zip",
            "hash": "75dbfe11f5e1c65bcf08980b2a81ad9e85467632e58c43b413e878fe3b1c988d"
        }
    },
    "bin": "vultr-cli.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/vultr/vultr-cli/releases/download/v$version/vultr-cli_v$version_windows_amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/vultr/vultr-cli/releases/download/v$version/vultr-cli_v$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/vultr-cli_v$version_checksums.txt"
        }
    }
}
