ScoopInstaller_Main/bucket/aws-iam-authenticator.json
2022-12-19 20:26:49 +00:00

25 lines
998 B
JSON

{
"version": "0.6.2",
"description": "A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster",
"homepage": "https://github.com/kubernetes-sigs/aws-iam-authenticator",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.6.2/aws-iam-authenticator_0.6.2_windows_amd64.exe#/aws-iam-authenticator.exe",
"hash": "07c26f1dd16e78b9a97e13b8142aef7b051c3edb53c155bf17a3cab4954109de"
}
},
"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"
}
}
}