Skip to content

Commit

Permalink
Merge pull request #934 from headlamp-k8s/bump-chocolatey
Browse files Browse the repository at this point in the history
app: Bump Chocolatey version to Headlamp 0.15.0
  • Loading branch information
illume authored Feb 6, 2023
2 parents b5acb92 + 54f5f10 commit acba73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/windows/chocolatey/headlamp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>headlamp</id>
<version>0.14.1</version>
<version>0.15.0</version>
<packageSourceUrl>https://github.com/kinvolk/headlamp/tree/main/app/windows/chocolatey</packageSourceUrl>
<title>Headlamp</title>
<authors>Kinvolk</authors>
Expand Down
4 changes: 2 additions & 2 deletions app/windows/chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$headlampVersion = '0.14.1'
$headlampVersion = '0.15.0'
$url = "https://github.com/kinvolk/headlamp/releases/download/v${headlampVersion}/Headlamp-${headlampVersion}-win-x64.exe"
$checksum = '3adf4e09e332e9614eca16e97588444b8c55d99276f67877e1f5626bfae93eae'
$checksum = '3dcee47552506f265b4b855f51f5e2d9286133c4d8beca9dad5022eccf03edf8'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit acba73c

Please sign in to comment.