Skip to content

Commit

Permalink
3.9.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
curtdept committed Jan 12, 2021
1 parent 3e4e612 commit c1ac3f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added nupkgs/kustomize.3.9.1.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/kustomize.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kustomize</id>
<version>3.8.7</version>
<version>3.9.1</version>
<packageSourceUrl>https://github.com/curtdept/choco-kustomize</packageSourceUrl>
<owners>Ken Maglio, Curtis Deptuck</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
6 changes: 3 additions & 3 deletions src/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

# release version of kustomize: https://github.com/kubernetes-sigs/kustomize/releases
$version = '3.8.7'
$version = '3.9.1'
# pattern for archive name
$base_name = "kustomize_v$($version)_windows_amd64"
$zip_name = $base_name + ".tar.gz"
Expand All @@ -13,8 +13,8 @@ $exe_name = "kustomize.exe"
$url = "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv$($version)/$($zip_name)"

# use $ checksum [exe] -t=sha256
$archive_checksum = '56FF670EDD84CB100117472B0196AD201D63A77AD0C90C4A6927EA8168D815BF'
$exe_checksum = 'E5EFB9E9F5FD02FCDCA12530C5817EA62ADD0E5309E5C59142F82372E934D2E1'
$archive_checksum = '35ADF766750AC2F9FE15128218CFE53F59D3E984AB04ED2555A875496368E00B'
$exe_checksum = '2F23F2FD044C618FB636C48F83A673C53EF5332899E719BDD6C24306F045ED0B'
$checksum_type = 'sha256'

# destinations
Expand Down

0 comments on commit c1ac3f7

Please sign in to comment.