{ "version": "0.2.4", "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.2.4/flyctl_0.2.4_Windows_x86_64.zip", "hash": "5769d193d6f8618b662381b6fb62857dec4b713265ed7a34c36e8d2cdfcf4cca" }, "arm64": { "url": "https://github.com/superfly/flyctl/releases/download/v0.2.4/flyctl_0.2.4_Windows_arm64.zip", "hash": "57361c2fd77716d7d263e501203e7425787de84cb0db44eb0cdedc948cf511af" } }, "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" } } }