2024-05-26 00:34:04 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.59",
"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.59/flyctl_0.2.59_Windows_x86_64.zip",
"hash": "a62309a9a3446653c5537279c049bdfca361a1741520032c1528c38a017d40e9"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.59/flyctl_0.2.59_Windows_arm64.zip",
"hash": "ea92adb4f6a69d0b9cd03240fe596f0f9f787f46cfebfac177cc89b798a89027"
}
},
"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"
}
}
}