2023-04-28 00:34:13 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.546",
"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.0.546/flyctl_0.0.546_Windows_x86_64.zip",
"hash": "c4769f2526996c3c796136750dee6ebf3247a84a0055ea33ef2162a452c7d560"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.546/flyctl_0.0.546_Windows_arm64.zip",
"hash": "071fb901a5d3573caaff6b900aaaa6e7c6d8e2cc7a4a913d0fd30d5aa7c202e5"
}
},
"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"
}
}
}