2023-05-16 20:27:32 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.6",
"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.6/flyctl_0.1.6_Windows_x86_64.zip",
"hash": "5ee5377f9ccf880818332cf985bdf06dd31bcc89a520cebe8f4df55c20c6b237"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.6/flyctl_0.1.6_Windows_arm64.zip",
"hash": "db3b648fef87addfeab438ba5d639a46573ba1a8f940047c83d7d476887dadc4"
}
},
"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"
}
}
}