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