2024-02-15 20:23:01 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.2.7",
"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.2.7/flyctl_0.2.7_Windows_x86_64.zip",
"hash": "7692bb503a7921c9001a3acb9a9b4b1e4fe653829be79d419b73e4019d3449e8"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.7/flyctl_0.2.7_Windows_arm64.zip",
"hash": "c81d49a4aeef4e8b695afe74b0f30ca2eaef94fcf1cfaef01f297b304a0522f1"
}
},
"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"
}
}
}