2023-05-04 12:32:22 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.553",
"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.553/flyctl_0.0.553_Windows_x86_64.zip",
"hash": "09b38b939591ea0a8eaa2050d33c0bc115ce6e1782de62149eab3fa5a42fc65c"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.553/flyctl_0.0.553_Windows_arm64.zip",
"hash": "ff9f79135bda6d60717e1d8641dc732af0ec0f9570dba3d75885efd97998d087"
}
},
"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"
}
}
}