2024-08-20 20:27:42 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.2.116",
"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.2.116/flyctl_0.2.116_Windows_x86_64.zip",
"hash": "7a10874ddc20526e3a20f34667ff66f84ae33c58575899c23a5c68eb96a14c3a"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.116/flyctl_0.2.116_Windows_arm64.zip",
"hash": "23ea6c5fa71952a33b6a4e62727ca799868b35f44c94f5e3e55bfe001e941e16"
}
},
"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"
}
}
}