From 169493651eaa26abc271ca36a3fe0ddc4a65a84d Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Tue, 14 Jul 2026 19:33:05 +0000 Subject: [PATCH] Bumping NetBird version to 0.74.5 --- netbird.nuspec | 2 +- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbird.nuspec b/netbird.nuspec index 5c3c8c5..a1796da 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.74.4 + 0.74.5 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index b9557f6..c802dcf 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.4' +$version = '0.74.5' $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 = 'feb997bc18e9ac75521f346f19abeaa42da06ebeab77ea307898f34e2b371bb5' + checksum64 = '7219d0efae9ec495e2bf05e0737cbebd143f17b6523a00c4aedcc3d4ccd40206' checksumType64 = 'sha256' silentArgs = "/qn"