From 87b1901cdabf09de16730329f594675f21b73c6e Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Sun, 25 Aug 2024 22:22:41 -0300 Subject: [PATCH] netbird: update to 0.28.9 Signed-off-by: Wesley Gimenes --- net/netbird/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/netbird/Makefile b/net/netbird/Makefile index 1455cfcdb4..5b68a5b9d5 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.28.7 -PKG_RELEASE:=2 +PKG_VERSION:=0.28.9 +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:=2e51ea86c2c127b0e5c2d459a1d598f95d731e167cf557018b5a97d63117835a +PKG_HASH:=c3cc721330cbe8341665e982f8e7c77e0a37f0fedaee07f44fc78b5e200eb1c3 PKG_MAINTAINER:=Oskari Rauta PKG_LICENSE:=BSD-3-Clause