2023-06-08 00:33:53 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.31",
"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.31/flyctl_0.1.31_Windows_x86_64.zip",
"hash": "e2a231e937b0c201db047effdde9d9542ebee6ada22f7ddced183d3c5c477def"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.31/flyctl_0.1.31_Windows_arm64.zip",
"hash": "87fede562ce3c52c77888e14b58175d475c51f593bfe812c9f580c8302664cde"
}
},
"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"
}
}
}