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

27 lines
807 B
JSON

{
"version": "0.9.1",
"description": "Kubernetes contexts manager",
"homepage": "https://kubectx.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.1/kubectx_v0.9.1_windows_x86_64.zip",
"hash": "50da8ffd2ac9ca7f41c8aa6bf47a7fbd91d17603827b24267b8618fc30e7923f"
}
},
"bin": "kubectx.exe",
"checkver": {
"github": "https://github.com/ahmetb/kubectx"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubectx_v$version_windows_x86_64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}