diff --git a/netbird.nuspec b/netbird.nuspec index 683bd88..5f42936 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.35.1 + 0.35.2 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 21c48c2..d5fb42b 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.35.1' +$version = '0.35.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 = '75811e190c29e2f548963de3a0ed0cf739b7018a3f232b5435f11145cba0a043' + checksum64 = '47c9a10ee9676d20c84d30c4e137b3eb3d3f56ef5e262d89c5f879f502ad4554' checksumType64 = 'sha256' silentArgs = "/qn"