{
    "version": "3.10.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/v3.10.0/vultr-cli_v3.10.0_windows_amd64.zip",
            "hash": "280fb041250e12bf603051cc6808d71202e58a9bcbc76e60a51d040812079078"
        },
        "arm64": {
            "url": "https://github.com/vultr/vultr-cli/releases/download/v3.10.0/vultr-cli_v3.10.0_windows_arm64.zip",
            "hash": "92e4aec4d4bde8cf5b7214d5d7d88ad6d910b205eea0c2fe2eeb5db571afb1fe"
        }
    },
    "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"
        }
    }
}
