2025-12-04 20:29:51 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.229",
"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.229/flyctl_0.3.229_Windows_x86_64.zip",
"hash": "9c6306711f72d6204841a3d4d4fc1161f424b9482e39023a85d68101328d6373"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.229/flyctl_0.3.229_Windows_arm64.zip",
"hash": "87105b14cdd007a5cb50a9fe33ec9e858ddd235c98a15e300fc1457525bf9a00"
}
},
"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"
}
}
}