mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
998 B
JSON
25 lines
998 B
JSON
{
|
|
"version": "0.5.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.5.3/aws-iam-authenticator_0.5.3_windows_amd64.exe#/aws-iam-authenticator.exe",
|
|
"hash": "ecb113138db03de52d14f6974986a90ce6cab4dcb6f3073a9e363e79e4754233"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|