2024-12-30 20:27:13 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.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.3.56/flyctl_0.3.56_Windows_x86_64.zip",
"hash": "296d7c6565bcfb0e6957675a6d81f149b1138fc339c00f0d22f800ecdc894e4f"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.56/flyctl_0.3.56_Windows_arm64.zip",
"hash": "c32479e3a2225fec7a1c0fd5d6ff07be9065ac4f888ffa8ca0ee3be4c92ca02c"
}
},
"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"
}
}
}