mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
25 lines
799 B
JSON
25 lines
799 B
JSON
{
|
|
"version": "0.0.15",
|
|
"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.0.15/kubelogin-win-amd64.zip",
|
|
"hash": "77177eceb0898ed6f3a3bd7fded7cf52c4f48b2f39ebe3a026f31a9c522fd2cb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|