2023-04-25 20:25:32 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.542",
"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.0.542/flyctl_0.0.542_Windows_x86_64.zip",
"hash": "bd07cb92535b65e676566da852d5bd5f4843189bc765835d50db20a143c4f8e7"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.542/flyctl_0.0.542_Windows_arm64.zip",
"hash": "c56a4efecb780fea1969f618020b393e3df08df9c4b6c45d55671aea9361690a"
}
},
"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"
}
}
}