2022-09-30 16:31:45 +00:00

28 lines
815 B
JSON

{
"version": "0.0.401",
"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.401/flyctl_0.0.401_Windows_x86_64.zip",
"hash": "28e8d6c7bb18e8f0580e9f7436f41ba0a542f056637ac2758a441f1b878f78bd"
}
},
"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"
}
}
}
}