2022-10-30 00:40:27 +00:00

28 lines
815 B
JSON

{
"version": "0.0.425",
"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.425/flyctl_0.0.425_Windows_x86_64.zip",
"hash": "3ab1ea037a2e42f7d83e741523677de4dd77f193e4b4e7dc7258de4d2de973c8"
}
},
"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"
}
}
}
}