2025-09-16 20:28:29 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.180",
"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.180/flyctl_0.3.180_Windows_x86_64.zip",
"hash": "1f67ceb0f0801f6e07ab22512d792b4279c5b50d911201f31b588d0433561dcb"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.180/flyctl_0.3.180_Windows_arm64.zip",
"hash": "5cf331ed0a0faf19087de9e145b73be28370a35fce88f47e41867def6935468f"
}
},
"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"
}
}
}