mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 05:44:39 +00:00
25 lines
1001 B
JSON
25 lines
1001 B
JSON
{
|
|
"version": "0.7.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.7.11/aws-iam-authenticator_0.7.11_windows_amd64.exe#/aws-iam-authenticator.exe",
|
|
"hash": "e6bfb337fb129778b8e969c9724883edcaca2a87f5ab5d7b561b5f62d02859a4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|