2022-08-31 16:31:09 +00:00

28 lines
815 B
JSON

{
"version": "0.0.385",
"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.385/flyctl_0.0.385_Windows_x86_64.zip",
"hash": "afd513833c567fe3cf6e5c471bff6ea06ef0994eb6424ee5fa343361e8bfe2d0"
}
},
"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"
}
}
}
}