diff --git a/netbird.nuspec b/netbird.nuspec index 98d173d..6878c7f 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.74.0 + 0.74.1 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index d343838..7cadfd6 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.74.0' +$version = '0.74.1' $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 = 'd557ab8f9fd3b8ca1e8dd5f480c3ebdbed1ab10b6b7c096cc78065cf00a328a5' + checksum64 = '09b254943d4c714f1d4a9227aa6926bfd2f0d1289a3676e2db1020aa2b083537' checksumType64 = 'sha256' silentArgs = "/qn"