2021-02-27 00:03:23 +01:00

27 lines
807 B
JSON

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