2024-12-18 20:29:07 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.53",
"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.53/flyctl_0.3.53_Windows_x86_64.zip",
"hash": "5cd21c24508aa0b817373fc5118990db489d15ca2613ad8a58d3b6556a4dfe5f"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.53/flyctl_0.3.53_Windows_arm64.zip",
"hash": "2ab456b03ca32bb35d441b28c9911d24c90ce937e07fc84fd75ccd1a1b0e1c8d"
}
},
"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"
}
}
}