From 2dd3b1b17740740096539dfc88be80e2e7bedcba Mon Sep 17 00:00:00 2001 From: Oskari Rauta Date: Thu, 30 Nov 2023 11:26:13 +0200 Subject: [PATCH] netbird: update to version 0.24.3 Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.24.3 Signed-off-by: Oskari Rauta --- net/netbird/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/netbird/Makefile b/net/netbird/Makefile index 606f16c512..d6ee0ce306 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.24.2 +PKG_VERSION:=0.24.3 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:=7fd90c6004c7fde6393bd618e106410e708f2d84f7884055acda6b016be42858 +PKG_HASH:=6590034fe8a8dc215242bbd7706197beef67a63a099a45a30c436373c892aab0 PKG_MAINTAINER:=Oskari Rauta PKG_LICENSE:=BSD-3-Clause -- 2.30.2