From ce811e388ff5e98e2ce61d0464e1ed6d8ad8affd Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Tue, 17 Jun 2025 15:39:35 +0000 Subject: [PATCH] Bumping NetBird version to 0.47.2 --- netbird.nuspec | 2 +- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbird.nuspec b/netbird.nuspec index 6fc40f5..108639b 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.47.1 + 0.47.2 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 28c4387..cea6014 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.47.1' +$version = '0.47.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 = 'aeaa11833d938cc4efe4e5503261d1e8d85d301dea789ff45d03378b6b76cf7d' + checksum64 = '00b32bad77fa99c1042fcae03682ef6335b7d2127b9a2e1c43743ac3c60fe3f6' checksumType64 = 'sha256' silentArgs = "/qn"