2022-11-22 20:26:48 +00:00

28 lines
815 B
JSON

{
"version": "0.0.435",
"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.435/flyctl_0.0.435_Windows_x86_64.zip",
"hash": "c34ca5e9383cfc7901e73c32e27afb2eab1f2cc891506e8c3e76d0cbd15d0ecf"
}
},
"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"
}
}
}
}