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