diff --git a/netbird.nuspec b/netbird.nuspec index 6551e19..85c3c65 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.74.6 + 0.74.7 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 9ef6fb0..c802dc5 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.6' +$version = '0.74.7' $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 = 'cd82ba2546c07280fc4dec4f0d3a89f560451428ebd4651509c074a617133a4c' + checksum64 = '1be9ce80767a728a8682bc3c114256b224b8d6657400ac031e458a05b5e5942d' checksumType64 = 'sha256' silentArgs = "/qn"