2025-05-20 20:29:55 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.128",
"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.128/flyctl_0.3.128_Windows_x86_64.zip",
"hash": "5a6a4d8083d0f30bfd7382b78d16a8d2c43f6985f5d4864933a50900bee49dfb"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.128/flyctl_0.3.128_Windows_arm64.zip",
"hash": "7862bf11876dc3897c91e19085cd81c41727dc552815b5699bad42ea1059f256"
}
},
"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"
}
}
}