2022-10-08 04:33:03 +00:00

28 lines
815 B
JSON

{
"version": "0.0.406",
"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.406/flyctl_0.0.406_Windows_x86_64.zip",
"hash": "2306c1b47b0ed48d0c00b4c80c8be6894c2980e57d65202b041bbdf12af63c4a"
}
},
"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"
}
}
}
}