2022-10-19 04:59:54 +00:00

28 lines
815 B
JSON

{
"version": "0.0.415",
"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.415/flyctl_0.0.415_Windows_x86_64.zip",
"hash": "e27a88e754268b7cc36b9573012545149489f1ae1b6904d44a6f39d47f7f140d"
}
},
"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"
}
}
}
}