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.36 .0</version >
6+ <version >0.37 .0</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.36 .0'
3+ $headlampVersion = ' 0.37 .0'
44$url = " https://github.com/kubernetes-sigs/headlamp/releases/download/v${headlampVersion} /Headlamp-${headlampVersion} -win-x64.exe"
5- $checksum = ' 612678fabbc41bac8bae4b14e4cbbb4e888f77d24d97b5f125f44d4154648553 '
5+ $checksum = ' c48779c5f7da1eeb0eeef636db61a029519f35219206c727d809d39e79453612 '
66
77$packageArgs = @ {
88 packageName = $env: ChocolateyPackageName
You can’t perform that action at this time.
0 commit comments