2026-01-08 20:30:17 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.4.2",
"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.2/flyctl_0.4.2_Windows_x86_64.zip",
"hash": "27757fd4d082cc02bcadcfaeb4247a9d5816c98aa6ea680e0fb28aaf5762bf88"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.4.2/flyctl_0.4.2_Windows_arm64.zip",
"hash": "6e4061638bcb5762d01d5c6591eae6188b0195d3ddb8269c8466572047a1213d"
}
},
"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"
}
}
}