From cef2fb9d8eda3a068651d0125a495893fdafe495 Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Tue, 6 May 2025 15:36:55 -0300 Subject: [PATCH] netbird: update to 0.43.2 changelog: https://github.com/netbirdio/netbird/releases/tag/v0.43.2 Signed-off-by: Wesley Gimenes --- net/netbird/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/netbird/Makefile b/net/netbird/Makefile index 0b6cecb3f..eaa548921 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.43.1 +PKG_VERSION:=0.43.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/netbirdio/netbird/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=a93d6ae78a0ee2f74ddbb5e86d581ed465091a4924ffddac6475bda3b6b31425 +PKG_HASH:=0788b84a6c0b5fc33268a5c3865af610b8231f642da1eda37bc16c4d50c25858 PKG_MAINTAINER:=Wesley Gimenes PKG_LICENSE:=BSD-3-Clause