From 9ac133bee45247f3d913b25ba3440fdd129cac38 Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Thu, 23 May 2024 15:49:16 -0300 Subject: [PATCH] netbird: update to 0.27.10 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 1727f78db4..97e60b6b92 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.27.7 +PKG_VERSION:=0.27.10 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:=8b93ea80bc8f6a69447c2ad00448c29b91f13822377136c1ea15b9ec45c23d9d +PKG_HASH:=d5a0f2af7e340a8df334906850401caf2d5498df832dc82a3153b2031f2ed897 PKG_MAINTAINER:=Oskari Rauta PKG_LICENSE:=BSD-3-Clause -- 2.30.2