2024-10-01 20:28:48 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.3.14",
"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.3.14/flyctl_0.3.14_Windows_x86_64.zip",
"hash": "13f75f08bb3134f18303fbfae58c475097568c1a74df9b9a9ce7700d836e3478"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.3.14/flyctl_0.3.14_Windows_arm64.zip",
"hash": "fe29ba1006817adc86fc0ff742072222fa2185584e6c15eadf63051e03d23f89"
}
},
"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"
}
}
}