|
@@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
|
$packageArgs = @{
|
|
$packageArgs = @{
|
|
packageName = $env:ChocolateyPackageName
|
|
packageName = $env:ChocolateyPackageName
|
|
fileFullPath = "$toolsDir\aws-iam-authenticator.exe"
|
|
fileFullPath = "$toolsDir\aws-iam-authenticator.exe"
|
|
- url64bit = 'https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.6/aws-iam-authenticator_0.5.6_windows_amd64.exe'
|
|
|
|
- checksum64 = 'eb86f10ef97e593d8bf42c274fe44843a0deaacdc57b73ed5458e3e61a1ec5c1'
|
|
|
|
|
|
+ url64bit = 'https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.7/aws-iam-authenticator_0.5.7_windows_amd64.exe'
|
|
|
|
+ checksum64 = '7aa1111392e3e06e15ecffec815827f8c8f81340307cee054c826dc42c6c92bd'
|
|
checksumType64 = 'sha256'
|
|
checksumType64 = 'sha256'
|
|
}
|
|
}
|
|
|
|
|