2022-07-25 16:30:39 +00:00

28 lines
815 B
JSON

{
"version": "0.0.360",
"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.360/flyctl_0.0.360_Windows_x86_64.zip",
"hash": "02171fc46f77a747a17365d3069be9c9bedcc01dab6701f0662f1e307cec6326"
}
},
"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"
}
}
}
}