2023-04-14 16:28:02 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.0.521",
"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.521/flyctl_0.0.521_Windows_x86_64.zip",
"hash": "0a497ebc992b3cc5627978492ed8d6ae8c7c039e0911d5246948be2fecf766c4"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.0.521/flyctl_0.0.521_Windows_arm64.zip",
"hash": "1d8a63b5228e0594509be5d9dd61f82ded7b00d8312e57cdc2ba8249e3e984ac"
}
},
"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"
}
}
}