2022-09-22 00:33:46 +00:00

28 lines
815 B
JSON

{
"version": "0.0.395",
"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.395/flyctl_0.0.395_Windows_x86_64.zip",
"hash": "2d9c1ee8f8a2ff66b72443af6f03ab0d73306505b0115807315c28f74b4d6aed"
}
},
"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"
}
}
}
}