mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54:27 +00:00
27 lines
807 B
JSON
27 lines
807 B
JSON
{
|
|
"version": "0.9.2",
|
|
"description": "Kubernetes namespaces switcher",
|
|
"homepage": "https://kubectx.dev",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.2/kubens_v0.9.2_windows_x86_64.zip",
|
|
"hash": "778e90acdc6ced5d5ce8ffc81e28a98114a483e8acef37ba1b84b10401b5be07"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|