diff --git a/netbird.nuspec b/netbird.nuspec index 4e05ee1..5f9a00b 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.33.0 + 0.34.0 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 645f977..1e34426 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.33.0' +$version = '0.34.0' $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 = '091ff463e255b02a731df3540e45462766165498547622b71187d0b850f8ba8d' + checksum64 = 'da43c8f951d8ccd656b988bd603978c1f70de6e095bdcaec6f36ae7e638aae4c' checksumType64 = 'sha256' silentArgs = "/qn"