2022-08-04 00:34:56 +00:00

28 lines
815 B
JSON

{
"version": "0.0.365",
"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.365/flyctl_0.0.365_Windows_x86_64.zip",
"hash": "dbad610ab1628e7beac1eddcbfc8d90e3b0f7bfce531fcfd41b9fbc1cf404c5a"
}
},
"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"
}
}
}
}