2022-09-01 00:33:41 +00:00

28 lines
815 B
JSON

{
"version": "0.0.386",
"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.386/flyctl_0.0.386_Windows_x86_64.zip",
"hash": "171e69b6f03bbd988c0eda95866a2ae7a97a4a42b14a07dd8c49833d62b38235"
}
},
"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"
}
}
}
}