diff --git a/netbird.nuspec b/netbird.nuspec index 7f01810..7dfbc93 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.54.1 + 0.54.2 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index b804604..805acde 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.54.1' +$version = '0.54.2' $url64 = "https://github.com/netbirdio/netbird/releases/download/v${version}/netbird_installer_${version}_windows_amd64.msi" $packageArgs = @{ @@ -11,7 +11,7 @@ $packageArgs = @{ softwareName = 'NetBird*' - checksum64 = '7f5cf7c790415430d0483549a6f412c06a3002dc615f00ab5879d887a6187819' + checksum64 = '76d1f35a523d4c9e6cd1d8e3d1cbfeca9966bb08b3b77333145d598fe23a2a5b' checksumType64 = 'sha256' silentArgs = "/qn"