mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.5/kubectx_v0.9.5_windows_arm64.zip",
|
|
"hash": "8fe01511ac925b6ed0c16e57d8fd6d69961aab9cf73f23a0d1cd46f6cb6495aa"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubectx_v$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|