2022-11-13 20:28:05 +00:00

28 lines
815 B
JSON

{
"version": "0.0.431",
"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.431/flyctl_0.0.431_Windows_x86_64.zip",
"hash": "933f6228ac2a2d5563c8e83a3dd20d4901bee48a2a8e846e7239141bd57d418b"
}
},
"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"
}
}
}
}