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 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >headlamp</id >
6
- <version >0.29 .0</version >
6
+ <version >0.30 .0</version >
7
7
<packageSourceUrl >https://github.com/headlamp-k8s/headlamp/tree/main/app/windows/chocolatey</packageSourceUrl >
8
8
<title >Headlamp</title >
9
9
<authors >Kinvolk</authors >
Original file line number Diff line number Diff line change 1
1
$ErrorActionPreference = ' Stop' ; # stop on all errors
2
2
$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
3
- $headlampVersion = ' 0.29 .0'
3
+ $headlampVersion = ' 0.30 .0'
4
4
$url = " https://github.com/headlamp-k8s/headlamp/releases/download/v${headlampVersion} /Headlamp-${headlampVersion} -win-x64.exe"
5
- $checksum = ' 132c89612c6a7151a0721448203f5c8bfed2897543b33c55e5a73c38829329f0 '
5
+ $checksum = ' acbb5a6823b052941465c6bba772399d1e1dee6454f8b119189cc39afeacee12 '
6
6
7
7
$packageArgs = @ {
8
8
packageName = $env: ChocolateyPackageName
You can’t perform that action at this time.
0 commit comments