From c3692c601e7b59b5b564415eaea24c607c585ed7 Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Fri, 25 Apr 2025 17:34:47 -0300 Subject: [PATCH] netbird: update to 0.43.0 changelog: https://github.com/netbirdio/netbird/releases/tag/v0.43.0 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 f5c7bf22de..0bcd96d1de 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.42.0 +PKG_VERSION:=0.43.0 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:=fb9f46acd38c2ac043c7dd66b715453f1c7b2973879001d3c1812df21bed618e +PKG_HASH:=7450a173b755597461cc0fdd0a3d5c91384c7a4c985677eb17362dd40ee01296 PKG_MAINTAINER:=Wesley Gimenes PKG_LICENSE:=BSD-3-Clause -- 2.30.2