Skip to content

Commit

Permalink
Merge pull request #2542 from headlamp-k8s/chocolatey-0.26.0
Browse files Browse the repository at this point in the history
chocolatey: Bump Headlamp version to 0.26.0
  • Loading branch information
illume authored Nov 7, 2024
2 parents ecd2908 + c6834b0 commit 4e33ae7
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.25.1</version>
<version>0.26.0</version>
<packageSourceUrl>https://github.com/headlamp-k8s/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.25.1'
$headlampVersion = '0.26.0'
$url = "https://github.com/headlamp-k8s/headlamp/releases/download/v${headlampVersion}/Headlamp-${headlampVersion}-win-x64.exe"
$checksum = '990f6a020fff1187384f4055771345a084f640c95a3979232fa199e94f5dcc55'
$checksum = 'e6a61d0beb7680696a4b44ef503f0577586008c6fcdf1cd0a4880be30bfd73db'

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

0 comments on commit 4e33ae7

Please sign in to comment.