Browse Source

AU: 1 updated - aws-iam-authenticator
[skip ci] https://gist.github.com/d98014ed4fcaa5cc65bb902f21ce366a/85dcfabd319e7235a8e4a223d8b1aab623fee94c

Chocolatey 3 years ago
parent
commit
9139c740d1

+ 1 - 1
automatic/aws-iam-authenticator/aws-iam-authenticator.nuspec

@@ -3,7 +3,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
   <metadata>
     <id>aws-iam-authenticator</id>
-    <version>0.5.0</version>
+    <version>0.5.1</version>
     <packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/aws-iam-authenticator</packageSourceUrl>
     <owners>Douglas Thrift</owners>
     <title>AWS IAM Authenticator for Kubernetes</title>

+ 2 - 2
automatic/aws-iam-authenticator/tools/chocolateyinstall.ps1

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