diff --git a/netbird.nuspec b/netbird.nuspec index 7aba08e..0b54e1f 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.72.0 + 0.72.1 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 42a0623..56b5c98 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.72.0' +$version = '0.72.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 = '55623024a936e7e8a4e9092260cac66f883d5421bbca6a6fc7c7591daf164f41' + checksum64 = '10de849154bea7a9f9c716dfffc3aa828784de7aa81845ede95f5298c1c828e6' checksumType64 = 'sha256' silentArgs = "/qn"