ScoopInstaller_Main/bucket/azure-kubelogin.json
2025-10-12 20:27:52 +00:00

25 lines
799 B
JSON

{
"version": "0.2.10",
"description": "A client-go credential (exec) plugin implementing Azure authentication.",
"homepage": "https://github.com/Azure/kubelogin/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/kubelogin/releases/download/v0.2.10/kubelogin-win-amd64.zip",
"hash": "d9f9dff85037a35d14c3091bd22b84927a206750970abfe6eaa8f390203a6e30"
}
},
"bin": "bin\\windows_amd64\\kubelogin.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/kubelogin/releases/download/v$version/kubelogin-win-amd64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}