2023-09-20 00:33:03 +00:00

38 lines
1.2 KiB
JSON

{
"version": "0.1.95",
"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.95/flyctl_0.1.95_Windows_x86_64.zip",
"hash": "a174fc9f105381ff7e06773f0c7f08900a9750eaa22f255ce1753c6462dc1255"
},
"arm64": {
"url": "https://github.com/superfly/flyctl/releases/download/v0.1.95/flyctl_0.1.95_Windows_arm64.zip",
"hash": "6ed6538cea9d1deee01f81a6a74f13b49ee922b018fe5fcb85c06b3b6f817ca3"
}
},
"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"
}
}
}