From 462af96904f9102e7f16feb5f95cd7002cae6298 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Sat, 6 Jun 2026 12:14:26 +0000 Subject: [PATCH] Bumping NetBird version to 0.72.2 --- netbird.nuspec | 2 +- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbird.nuspec b/netbird.nuspec index 0b54e1f..edafc11 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.72.1 + 0.72.2 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 56b5c98..749f6fa 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.1' +$version = '0.72.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 = '10de849154bea7a9f9c716dfffc3aa828784de7aa81845ede95f5298c1c828e6' + checksum64 = '9c7111c2eb82cdb7c5d20b230bc82257bcc7dbe30842b5767b9de66a38f6c242' checksumType64 = 'sha256' silentArgs = "/qn"