2024-10-21 20:28:32 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.25",
"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.25/flyctl_0.3.25_Windows_x86_64.zip",
"hash": "dcf0ff943580b123751bc39a53e4c8d8dd3fb08f5c556d4c46ecb51af7a050c5"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.25/flyctl_0.3.25_Windows_arm64.zip",
"hash": "aa24cfc1ca3cbc82fac60e988b8b6243ad53e1f22ba28d326b7a351892110809"
}
},
"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"
}
}
}