2022-09-24 20:29:04 +00:00

28 lines
815 B
JSON

{
"version": "0.0.396",
"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.396/flyctl_0.0.396_Windows_x86_64.zip",
"hash": "a99cc0d8f602fc54cb28df215d2e64785d0e9321f85ec11ac5b87abbe9974714"
}
},
"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"
}
}
}
}