2026-02-11 20:32:42 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.4.10",
"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.10/flyctl_0.4.10_Windows_x86_64.zip",
"hash": "b626446dca5e2fdc92fa99b6927aa092ee43bc838883f3717cf8e4e87150942a"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.4.10/flyctl_0.4.10_Windows_arm64.zip",
"hash": "bb7b14b9c1215eda0ba417cabf0ff2d796ed5de385341fb9ef7303a8e9871384"
}
},
"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"
}
}
}