2025-05-26 20:28:47 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.3.131",
"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.131/flyctl_0.3.131_Windows_x86_64.zip",
"hash": "ef98b243770031d3f476402f13fdb04f1b7f55981a41d759cac5655502729330"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.131/flyctl_0.3.131_Windows_arm64.zip",
"hash": "cbc1c03ac241fc4a6983d8be5be7d1a68b2de02b70296acb4d930a39faf67742"
}
},
"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"
}
}
}