Skip to content

Commit

Permalink
netbird: update to 0.31.1
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Gimenes <[email protected]>
  • Loading branch information
wehagy committed Nov 21, 2024
1 parent 4605b3d commit b5c8387
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions patches/packages/netbird-2000-update-to-0.31.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
From e52d04eabc65552bb98b104bcd7593977359aa4f Mon Sep 17 00:00:00 2001
From: Wesley Gimenes <[email protected]>
Date: Tue, 12 Nov 2024 07:13:04 -0300
Subject: [PATCH] netbird: update to 0.31.1

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

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 7dc29aec2a0da..452d518c9a133 100644
--- a/net/netbird/Makefile
+++ b/net/netbird/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netbird
-PKG_VERSION:=0.31.0
+PKG_VERSION:=0.31.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:=7da075c5e1962b9118d2d17500bf9b22e6f70c595a356ed290b4f7b1d1b84919
+PKG_HASH:=da0ae1413dda5d2b304b39c8f1de7587caa2d613423b30e6ee595f5bea331467

PKG_MAINTAINER:=Oskari Rauta <[email protected]>
PKG_LICENSE:=BSD-3-Clause

0 comments on commit b5c8387

Please sign in to comment.