2025-01-21 20:28:55 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.66",
"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.66/flyctl_0.3.66_Windows_x86_64.zip",
"hash": "e07fb8f008440b35f0a0034ae717c997d786893b7d31de38b5629529dd20892b"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.66/flyctl_0.3.66_Windows_arm64.zip",
"hash": "22fd23ed1d5544611b87ce4ed449c82b6ceebe53e38b2fe66052fb7511eb97f3"
}
},
"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"
}
}
}