2020-07-01 09:23:53 +02:00

27 lines
807 B
JSON

{
"version": "0.9.1",
"description": "Kubernetes namespaces switcher",
"homepage": "https://kubectx.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.1/kubens_v0.9.1_windows_x86_64.zip",
"hash": "bd60e0bd71ef0c0d628dcf09600902e2d67998a29cc5998a404b200fe2d98de8"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}