{
    "version": "0.1.147",
    "description": "Command line deployment/management client for fly.io services",
    "homepage": "https://github.com/superfly/flyctl",
    "license": " Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/superfly/flyctl/releases/download/v0.1.147/flyctl_0.1.147_Windows_x86_64.zip",
            "hash": "67747a40a7eb8d83c44e787ae65355a1c9270444159e8b21c1038b87ab43b2b9"
        },
        "arm64": {
            "url": "https://github.com/superfly/flyctl/releases/download/v0.1.147/flyctl_0.1.147_Windows_arm64.zip",
            "hash": "82e0fdf7c373f0fb339014964ac0d0aeb484efc42dde2c70043d4e852117ddc0"
        }
    },
    "bin": [
        "flyctl.exe",
        [
            "flyctl.exe",
            "fly"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/superfly/flyctl/releases/download/v$version/flyctl_$version_Windows_x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/superfly/flyctl/releases/download/v$version/flyctl_$version_Windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
