diff --git a/netbird.nuspec b/netbird.nuspec index 4eadf23..cf5c8bd 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.30.1 + 0.30.2 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index c7e9b79..62154c0 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.30.1' +$version = '0.30.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 = '362823ab47f3044c7e69ddcd89134b15275ad65de375d2a9aa34ccd336ebb11e' + checksum64 = 'c764c05602d6dca26105127352df19a03b73b18620f0f3cf35b5ad48a0b186e9' checksumType64 = 'sha256' silentArgs = "/qn"