Skip to content

Commit

Permalink
netbird: update to 0.35.2
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Gimenes <[email protected]>
  • Loading branch information
wehagy committed Jan 4, 2025
1 parent 55e0883 commit 5a9c919
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions patches/packages/netbird-2000-update-to-0.35.2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
From 1ea2d51f9ec30c1e366af8cd0590fc480ae595fb Mon Sep 17 00:00:00 2001
From: Wesley Gimenes <[email protected]>
Date: Fri, 3 Jan 2025 04:05:37 -0300
Subject: [PATCH] netbird: update to 0.35.2

changelog: https://github.com/netbirdio/netbird/releases/tag/v0.35.2

Signed-off-by: Wesley Gimenes <[email protected]>
---
net/netbird/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/netbird/Makefile b/net/netbird/Makefile
index 1f8936471..586591bbd 100644
--- a/net/netbird/Makefile
+++ b/net/netbird/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netbird
-PKG_VERSION:=0.35.1
+PKG_VERSION:=0.35.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:=0ad50fe9a05fbe871c5b0b23881c79831e44499ad042cfcf0a0f73e2dfdff8d7
+PKG_HASH:=5dc36881079799bb945b4158bdd7bae3f9fb4605c9f5a55df7e5c306fa3f959f

PKG_MAINTAINER:=Wesley Gimenes <[email protected]>
PKG_LICENSE:=BSD-3-Clause

0 comments on commit 5a9c919

Please sign in to comment.