mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
25 lines
799 B
JSON
25 lines
799 B
JSON
{
|
|
"version": "0.0.21",
|
|
"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.21/kubelogin-win-amd64.zip",
|
|
"hash": "b1f492a3800f0dd1827012af8892afb6c0c406089ff7b216948ef586030d3ea6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|