2024-08-27 20:27:20 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.2.122",
"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.122/flyctl_0.2.122_Windows_x86_64.zip",
"hash": "c6151e93e5e6a098408700eeb8c3cc90246748b3f91e0c8e9829131f4c137647"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.122/flyctl_0.2.122_Windows_arm64.zip",
"hash": "39f53edf1baeccb7cfd63f61cad241166780e7c823226b31ba72b981f201d0fd"
}
},
"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"
}
}
}