2024-08-21 20:27:42 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.2.117",
"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.2.117/flyctl_0.2.117_Windows_x86_64.zip",
"hash": "9b62402424900742df36e8ef620915290894fea109ad70e971e0ddcb04feb404"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.2.117/flyctl_0.2.117_Windows_arm64.zip",
"hash": "b28b754117eed519713dad80515576950367d212b94f944c28ace91913ae4dbd"
}
},
"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"
}
}
}