ScoopInstaller_Main/bucket/aws-iam-authenticator.json
2022-11-19 04:29:46 +00:00

25 lines
1001 B
JSON

{
"version": "0.5.11",
"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.5.11/aws-iam-authenticator_0.5.11_windows_amd64.exe#/aws-iam-authenticator.exe",
"hash": "37035787421a9177a990324f4f31591d51c3bbfa4a00bcdcd1016b904af2ba5f"
}
},
"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"
}
}
}