ScoopInstaller_Main/bucket/azure-kubelogin.json
2022-11-15 00:34:49 +00:00

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"
}
}
}