2022-12-30 20:25:49 +00:00

28 lines
815 B
JSON

{
"version": "0.0.442",
"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.442/flyctl_0.0.442_Windows_x86_64.zip",
"hash": "e8fe246e8203da280e934f7c34f2ececde75b98403d2636f3d6d162bc336a307"
}
},
"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"
}
}
}
}