From f4daf46d64b87f694a582c7c57093cd8498705bb Mon Sep 17 00:00:00 2001 From: Oskari Rauta Date: Sun, 11 Jun 2023 12:44:54 +0300 Subject: [PATCH] netbird: update to 0.21.1 Release notes: https://github.com/netbirdio/netbird/releases Signed-off-by: Oskari Rauta (cherry picked from commit 9bc2733f31fb9ef083d7b2ed8235ffef9dbc3b21) --- net/netbird/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/netbird/Makefile b/net/netbird/Makefile index da1881eb64..30d6e1386a 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.14.5 +PKG_VERSION:=0.21.1 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:=2ea6be9c50a5ac241fbae35934c9c710697de39e8a0393f8e1800285a7904d0d +PKG_HASH:=e305bd2f49565e365a5022f0f0e9e9cabf273718fe2aec5f2380ef9a4d528b6e PKG_MAINTAINER:=Oskari Rauta PKG_LICENSE:=BSD-3-Clause -- 2.30.2