2025-05-17 16:29:20 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.125",
"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.3.125/flyctl_0.3.125_Windows_x86_64.zip",
"hash": "3cc69c0aa72a7566b07c151469f03d44b8c13e865892b5d68e351b5a400db97a"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.125/flyctl_0.3.125_Windows_arm64.zip",
"hash": "17ca16d5e712e8eff67e5c735544d3b1ae5e6024fa1d1e3486a87280bfe59a8d"
}
},
"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"
}
}
}