ScoopInstaller_Main/bucket/aws-iam-authenticator.json
2025-06-19 00:40:52 +00:00

25 lines
998 B
JSON

{
"version": "0.7.3",
"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.7.3/aws-iam-authenticator_0.7.3_windows_amd64.exe#/aws-iam-authenticator.exe",
"hash": "0fd21d39cb4f108baf2074afe31502b808bb0ff5423c259bffa9079af47fc9f7"
}
},
"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"
}
}
}