2022-08-09 12:32:33 +00:00

28 lines
815 B
JSON

{
"version": "0.0.369",
"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.369/flyctl_0.0.369_Windows_x86_64.zip",
"hash": "577eea107185dcc4132474c0b52a3a0d7e8cfe08013da75802e7bfbcd655071d"
}
},
"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"
}
}
}
}