2024-10-17 20:27:59 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.24",
"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.24/flyctl_0.3.24_Windows_x86_64.zip",
"hash": "05ad40d102a83087b16f283758d8565da548353667022b58d74d8240221d089a"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.24/flyctl_0.3.24_Windows_arm64.zip",
"hash": "97b12ea2a2defed5917086dcafdb49f0d267678345f53f4231181c3ff981bb67"
}
},
"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"
}
}
}