2025-11-19 20:28:44 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.220",
"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.220/flyctl_0.3.220_Windows_x86_64.zip",
"hash": "321ef83c2fa7a8ba2fd39cbacdc0c9d99fd1c902a72a331e7b4c26f264c0b813"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.220/flyctl_0.3.220_Windows_arm64.zip",
"hash": "85f542bbbe50f8ad3559820a48559b59e15a3c7ccb14c217cb2cd8392dfee17c"
}
},
"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"
}
}
}