From 17861e8e3c980b9e365d956712f7e78fc9614eb7 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Sat, 11 Jul 2026 06:42:14 +0000 Subject: [PATCH] Bumping NetBird version to 0.74.4 --- netbird.nuspec | 2 +- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbird.nuspec b/netbird.nuspec index b789608..5c3c8c5 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.74.3 + 0.74.4 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index d3994db..b9557f6 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.3' +$version = '0.74.4' $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 = 'bbea3f924b6e30c83c488dc78712a8b4328d2cf46d8f505b61ffa36d06b67125' + checksum64 = 'feb997bc18e9ac75521f346f19abeaa42da06ebeab77ea307898f34e2b371bb5' checksumType64 = 'sha256' silentArgs = "/qn"