mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
aws-iam-authenticator: Use GitHub repository (#668)
This commit is contained in:
parent
0c2444051c
commit
781aaec63f
@ -1,16 +1,24 @@
|
||||
{
|
||||
"homepage": "https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html",
|
||||
"homepage": "https://github.com/kubernetes-sigs/aws-iam-authenticator",
|
||||
"description": "A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster",
|
||||
"license": "Apache-2.0",
|
||||
"version": "2019-08-22",
|
||||
"url": "https://amazon-eks.s3-us-west-2.amazonaws.com/1.14.6/2019-08-22/bin/windows/amd64/aws-iam-authenticator.exe",
|
||||
"hash": "9014193536bc97b79bf8d5540954548704453648bba63d74ac63e0b0f32aab49",
|
||||
"version": "0.4.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.4.0/aws-iam-authenticator_0.4.0_windows_amd64.exe#/aws-iam-authenticator.exe",
|
||||
"hash": "d26ccd0e83667f79dea88a72072371fd87c2023895417b54c2bd0e4c55d7d5fa"
|
||||
}
|
||||
},
|
||||
"bin": "aws-iam-authenticator.exe",
|
||||
"checkver": "/(?<kubernetes>[\\d.]+)/(?<version>[\\d-]+)/bin/windows/amd64/aws-iam-authenticator.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"url": "https://amazon-eks.s3-us-west-2.amazonaws.com/$matchKubernetes/$version/bin/windows/amd64/aws-iam-authenticator.exe",
|
||||
"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": "$url.sha256"
|
||||
"url": "$baseurl/authenticator_$version_checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user