2023-08-19 20:24:05 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.80",
"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.80/flyctl_0.1.80_Windows_x86_64.zip",
"hash": "344e968b6e07ba5fb62a82cfab6ad3ad76c8e53bf9dddc5b984b602bf05ee75a"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.80/flyctl_0.1.80_Windows_arm64.zip",
"hash": "34be9be6b4d68cfd958fee4ec01d2a99df28984103fc4b9379996e759eadf3e3"
}
},
"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"
}
}
}