2024-02-27 00:33:37 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.10",
"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.2.10/flyctl_0.2.10_Windows_x86_64.zip",
"hash": "b82e917749bf92a9565f923706e96bc8a507eead7b3088573bbde4ec9f6d14f2"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.10/flyctl_0.2.10_Windows_arm64.zip",
"hash": "fe70772c46bc69a7a8b045307d93cc4f45b56df0d86d206d159e7e935c3f9438"
}
},
"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"
}
}
}