mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 05:01:19 +00:00
27 lines
807 B
JSON
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"
|
|
}
|
|
}
|
|
}
|