From b8266e6d7cd2218672dc2eea3e6e76a1ef76fe18 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Fri, 7 Aug 2026 12:05:31 +0000 Subject: [PATCH] Bumping NetBird version to 0.76.2 --- netbird.nuspec | 2 +- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbird.nuspec b/netbird.nuspec index c4b24fc..c6d7399 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.76.1 + 0.76.2 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 34bf928..2f86298 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.76.1' +$version = '0.76.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 = '6f46cf5e322459e3211eff21a2d432135ce7416ec95753195667d16b2dc0eaa3' + checksum64 = 'dc42bd6007c19d51f5e696a2b1f1b07600ba51229261a036f7dabea4c2575181' checksumType64 = 'sha256' silentArgs = "/qn"