Skip to content

Commit

Permalink
4.1.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
curtdept committed May 4, 2021
1 parent d4cb815 commit 7cff115
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added nupkgs/kustomize.4.1.2.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.9.3</version>
<version>4.1.2</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.9.3'
$version = '4.1.2'
# 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 = '42F9837C72F010461688A61217F885474BF5C439A64F83DB8898D62AB3F9C478'
$exe_checksum = '70E7FD6860C5DFA506AE51FFDB49442F800416C4AAB1A1CEEACBC6F5C19B4289'
$archive_checksum = '6074F536A4DED829CC56E75078932836A1A8A5BD154D82C1470999128022B2ED'
$exe_checksum = '4898A4490BC70EF744A87BF6780C54CB6845A623C2A6935D1673BED05CB17AA5'
$checksum_type = 'sha256'

# destinations
Expand Down

0 comments on commit 7cff115

Please sign in to comment.