2022-08-17 04:48:58 +00:00

28 lines
815 B
JSON

{
"version": "0.0.374",
"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.374/flyctl_0.0.374_Windows_x86_64.zip",
"hash": "70965da6f4c68a488118bd7734cb5a0c36e93f790cdddbdb03d11065e27c133e"
}
},
"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"
}
}
}
}