ScoopInstaller_Main/bucket/aws-iam-authenticator.json
2019-12-22 20:13:10 +08:00

25 lines
998 B
JSON

{
"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": "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": "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"
}
}
}