mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
998 B
JSON
25 lines
998 B
JSON
{
|
|
"homepage": "https://github.com/kubernetes-sigs/aws-iam-authenticator",
|
|
"description": "A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster",
|
|
"license": "Apache-2.0",
|
|
"version": "0.4.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.4.0/aws-iam-authenticator_0.4.0_windows_amd64.exe#/aws-iam-authenticator.exe",
|
|
"hash": "d26ccd0e83667f79dea88a72072371fd87c2023895417b54c2bd0e4c55d7d5fa"
|
|
}
|
|
},
|
|
"bin": "aws-iam-authenticator.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v$version/aws-iam-authenticator_$version_windows_amd64.exe#/aws-iam-authenticator.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/authenticator_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|