mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.9.5",
|
|
"description": "Kubernetes namespaces switcher",
|
|
"homepage": "https://kubectx.dev",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.5/kubens_v0.9.5_windows_x86_64.zip",
|
|
"hash": "1ee8adb273a391bbf35f67484bf41fd9b02aa0cd06cbcfbd488b211619fd4da9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.5/kubens_v0.9.5_windows_arm64.zip",
|
|
"hash": "2d7e53c3a34413d3a0c43ffb15f3ab4d97305fc694b1a4b5e8cc84ec09a796b1"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubens_v$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|