2023-07-14 04:27:29 +00:00

27 lines
807 B
JSON

{
"version": "0.9.5",
"description": "Kubernetes contexts manager",
"homepage": "https://kubectx.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.5/kubectx_v0.9.5_windows_x86_64.zip",
"hash": "cfff77b5c59ed37e0aff39b16effb2c4cc47ccb96d58999a0fe5c6e2fa3c0013"
}
},
"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"
}
}
}