Aliaksandr Belik 1b56dad236
kube(ctx|ns)@0.9.5: Add arm64 version (#5368)
* kubectx@0.9.5: Add arm64 version

* kubens@0.9.5: Add arm64 version
2023-12-25 04:15:23 +08:00

34 lines
1.2 KiB
JSON

{
"version": "0.9.5",
"description": "Kubernetes namespaces switcher",
"homepage": "https://kubectx.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.5/kubens_v0.9.5_windows_x86_64.zip",
"hash": "1ee8adb273a391bbf35f67484bf41fd9b02aa0cd06cbcfbd488b211619fd4da9"
},
"arm64": {
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.5/kubens_v0.9.5_windows_arm64.zip",
"hash": "2d7e53c3a34413d3a0c43ffb15f3ab4d97305fc694b1a4b5e8cc84ec09a796b1"
}
},
"bin": "kubens.exe",
"checkver": {
"github": "https://github.com/ahmetb/kubectx"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubens_v$version_windows_x86_64.zip"
},
"arm64": {
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubens_v$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}