diff --git a/netbird.nuspec b/netbird.nuspec index d0a0c6e..4316538 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.37.1 + 0.37.2 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 28db610..d88b8d8 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.37.1' +$version = '0.37.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 = '50821c8937a96c10603f0dfa807e5331c1a9b0beb6ecdeb80be9f936ddb7840e' + checksum64 = '005d29ffa1ca8eada07b4b8aa3d1f33812482ab63e8ef598d1200dd4b001fceb' checksumType64 = 'sha256' silentArgs = "/qn"