ScoopInstaller_Main/bucket/aws-iam-authenticator.json
2024-07-12 00:34:22 +00:00

25 lines
1001 B
JSON

{
"version": "0.6.22",
"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.22/aws-iam-authenticator_0.6.22_windows_amd64.exe#/aws-iam-authenticator.exe",
"hash": "0f3a0c3f4c5462da23e6718ba82fc0bf0b5c717c959c43abfab7ef9a38d09436"
}
},
"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"
}
}
}