2022-08-23 16:31:01 +00:00

28 lines
815 B
JSON

{
"version": "0.0.381",
"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.381/flyctl_0.0.381_Windows_x86_64.zip",
"hash": "fe428b28e57e9460c5020dff8c2f2e57f73659ef78757bf63585547716d4b973"
}
},
"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"
}
}
}
}