From 28545bc22cdbca4d05cbbd9fc3efd7d87cd9aa3a Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Sun, 3 Nov 2024 21:45:20 -0300 Subject: [PATCH] netbird: update to 0.31.0 changelog: https://github.com/netbirdio/netbird/releases/tag/v0.31.0 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 a98f9cf486..7dc29aec2a 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.30.3 +PKG_VERSION:=0.31.0 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:=21cd8ed88ac0f284be11deb70cfe8afbafcba9d888e50bda9fa8f45d87b28dba +PKG_HASH:=7da075c5e1962b9118d2d17500bf9b22e6f70c595a356ed290b4f7b1d1b84919 PKG_MAINTAINER:=Oskari Rauta PKG_LICENSE:=BSD-3-Clause