ScoopInstaller_Main/bucket/azure-kubelogin.json
2023-06-07 04:26:42 +00:00

25 lines
799 B
JSON

{
"version": "0.0.30",
"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.30/kubelogin-win-amd64.zip",
"hash": "4bb3d20d2d4a856c75166df673e99dca5b904149b841c8d335fa78da79ad5615"
}
},
"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"
}
}
}