From 4bf006b0e8c69c893cb76ddad3a82a90c91becdf Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Tue, 15 Apr 2025 15:46:04 +0000 Subject: [PATCH] Bumping NetBird version to 0.41.2 --- netbird.nuspec | 2 +- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbird.nuspec b/netbird.nuspec index 66a7671..f9f9f3c 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.41.1 + 0.41.2 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 7570501..235ebbe 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.41.1' +$version = '0.41.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 = 'f8fc9520d74fa568f3d03e193a6c8ed09eae2c156ebece84a1bfa5ea91924d11' + checksum64 = 'c56aae589897f2625206f92f1384b4e3a1c3faa2c2f8409a147280e37b9bfa42' checksumType64 = 'sha256' silentArgs = "/qn"