2023-01-11 20:30:17 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.446",
"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.446/flyctl_0.0.446_Windows_x86_64.zip",
"hash": "b9c80e1ecf880ea213c5f7d4e5fb5a43f57d83b34cda6c280107bb6c74cc77e3"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.446/flyctl_0.0.446_Windows_arm64.zip",
"hash": "c9cbb256b70e62a15e958c181e06a058e6ba2afc046c3fae6ee81bfa1ba1a09f"
}
},
"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"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v$version/flyctl_$version_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}