From 86bdfc7fb6aa1b442a1ec8ebea4f687f202025ab Mon Sep 17 00:00:00 2001 From: Misha Bragin Date: Mon, 1 Jan 2024 18:00:30 +0100 Subject: [PATCH] netbird: update to version 0.25.2 Signed-off-by: Misha Bragin --- net/netbird/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/netbird/Makefile b/net/netbird/Makefile index d6ee0ce306..3c7a9650be 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.24.3 +PKG_VERSION:=0.25.2 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:=6590034fe8a8dc215242bbd7706197beef67a63a099a45a30c436373c892aab0 +PKG_HASH:=8a2f509a9f945168fc7b40a23f970de3623356e01fa91dc780dd4a26521944b7 PKG_MAINTAINER:=Oskari Rauta PKG_LICENSE:=BSD-3-Clause