2025-11-10 20:30:01 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.210",
"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.210/flyctl_0.3.210_Windows_x86_64.zip",
"hash": "c94009aaee68a2b7ee5afacabec283010bb23ee5f45040440bb0bf4e267aae24"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.210/flyctl_0.3.210_Windows_arm64.zip",
"hash": "53af73786ceaba39214d7ac9633d779ae4b8a7a46adfa922cbf8e49b9c01a208"
}
},
"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"
}
}
}