2023-06-07 20:24:02 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.28",
"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.1.28/flyctl_0.1.28_Windows_x86_64.zip",
"hash": "e1a7cb94465cc67633b9de38efe39b67d45f479c9433b00650b2b021412834c6"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.28/flyctl_0.1.28_Windows_arm64.zip",
"hash": "b2b71d4f3108c3e293f69120171c1072d3de74454e78495146b602f0a9e5ff09"
}
},
"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"
}
}
}