2025-01-29 20:27:36 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.71",
"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.71/flyctl_0.3.71_Windows_x86_64.zip",
"hash": "b079a21dba02b784445089d144c8d2a69e5def81a42163b873855910a59964ac"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.71/flyctl_0.3.71_Windows_arm64.zip",
"hash": "ca1d57923e40f803b81ed06994ecac5eb78439d7bc51b912fcbd230f837cecc6"
}
},
"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"
}
}
}