File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
44 <metadata >
55 <id >headlamp</id >
6- <version >0.40.0 </version >
6+ <version >0.40.1 </version >
77 <packageSourceUrl >https://github.com/kubernetes-sigs/headlamp/tree/main/app/windows/chocolatey</packageSourceUrl >
88 <title >Headlamp</title >
99 <authors >Kinvolk</authors >
Original file line number Diff line number Diff line change 11$ErrorActionPreference = ' Stop' ; # stop on all errors
22$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
3- $headlampVersion = ' 0.40.0 '
3+ $headlampVersion = ' 0.40.1 '
44$url = " https://github.com/kubernetes-sigs/headlamp/releases/download/v${headlampVersion} /Headlamp-${headlampVersion} -win-x64.exe"
5- $checksum = ' df348dd856fa9c52cd6c38a556224989dd2fc4d836eb70f56176594ce425e2d1 '
5+ $checksum = ' e180221f477381dafb81b5d538a00623f78dbeacd4218772bd3160a2eda39ffe '
66
77$packageArgs = @ {
88 packageName = $env: ChocolateyPackageName
You can’t perform that action at this time.
0 commit comments