From 2bf64b97017d6529659a7095d84139a30ba89de0 Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Thu, 18 Dec 2025 09:59:02 -0300 Subject: [PATCH] netbird: update to 0.59.13 Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.59.13 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 551f124799..5537319bb7 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.59.12 +PKG_VERSION:=0.59.13 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:=2f0bdd45996f46f2e2c1dbf5a6712bba38a06cbfb7e4c00f814b0ffe149d7c6d +PKG_HASH:=43b96a4df6c5c77285b47aa7ecc4d9b37527c1fb9bac4a5c776a86e9878a2afe PKG_MAINTAINER:=Wesley Gimenes PKG_LICENSE:=BSD-3-Clause