From b4e60af0818518aa8d85b99cbbf686f50a0b0fe8 Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Fri, 19 Jul 2024 23:10:37 -0300 Subject: [PATCH] netbird: update to 0.28.6 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 8481991dd1..c655f69d1d 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.28.4 +PKG_VERSION:=0.28.6 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:=f2133123f364c23ed53a1316e7bf493aa71f36d31838c1ec71b91d863065b667 +PKG_HASH:=d5693c18641e5446c546ac53cecba5d12b33cc7eb56adac90a3c0fbe34b5762c PKG_MAINTAINER:=Oskari Rauta PKG_LICENSE:=BSD-3-Clause