2025-05-12 16:30:11 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.120",
"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.120/flyctl_0.3.120_Windows_x86_64.zip",
"hash": "e3892daee4e25540fc552c3f2f2ab50eba3d904feceb17c5e31f5dd5ce663cfc"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.120/flyctl_0.3.120_Windows_arm64.zip",
"hash": "65112c2fa09cd59fb0fd68c7e8e1e98e40dd23c2590bcd70eaec55dc2436d15a"
}
},
"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"
}
}
}