2024-05-20 20:25:26 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.56",
"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.56/flyctl_0.2.56_Windows_x86_64.zip",
"hash": "6030d5725ae584c0e83de6c85376a4b534dad9e9b8d881f3e5d0e4d56d00c23b"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.56/flyctl_0.2.56_Windows_arm64.zip",
"hash": "d29da637c38218f6c07d709783078c1b4e5b86734802f2cc8dde463bb6282df7"
}
},
"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"
}
}
}