2022-10-02 16:30:39 +00:00

28 lines
815 B
JSON

{
"version": "0.0.403",
"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.403/flyctl_0.0.403_Windows_x86_64.zip",
"hash": "ba3682e963a016e61182d9b12c799e7316bcd5a345c4d2b932c02d3329f0a34b"
}
},
"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"
}
}
}
}