{
    "version": "0.4.48",
    "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.4.48/flyctl_0.4.48_Windows_x86_64.zip",
            "hash": "03e165719ad6df482db5a900c2db40b5b871fe2a1d3c0b56290743d7b22358b4"
        },
        "arm64": {
            "url": "https://github.com/superfly/flyctl/releases/download/v0.4.48/flyctl_0.4.48_Windows_arm64.zip",
            "hash": "6d7d334c6160dd2ab5d9210ffa3b56c86dfef73d121011973ab957af9dfdf134"
        }
    },
    "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"
        }
    }
}
