2025-04-21 20:28:27 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.107",
"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.107/flyctl_0.3.107_Windows_x86_64.zip",
"hash": "4bc2f4706f38583684bd05cd423ac657cea6063b4ebcd605e5b306a657f295d1"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.107/flyctl_0.3.107_Windows_arm64.zip",
"hash": "122b4d8b281e3e4fefe3e29fa1f1f6ac498833ce27929dedd2a6ce222bcf62a1"
}
},
"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"
}
}
}