-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
- Loading branch information
Showing
2 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
From 1d83b55bd830065e997a15209acf70db77aa595d Mon Sep 17 00:00:00 2001 | ||
From: Wesley Gimenes <wehagy@proton.me> | ||
Date: Fri, 21 Feb 2025 17:57:29 -0300 | ||
Subject: [PATCH] netbird: update to 0.37.0 | ||
|
||
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.37.0 | ||
|
||
Signed-off-by: Wesley Gimenes <wehagy@proton.me> | ||
--- | ||
net/netbird/Makefile | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/net/netbird/Makefile b/net/netbird/Makefile | ||
index d00533fae..2db3b7cb5 100644 | ||
--- a/net/netbird/Makefile | ||
+++ b/net/netbird/Makefile | ||
@@ -1,12 +1,12 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=netbird | ||
-PKG_VERSION:=0.36.7 | ||
+PKG_VERSION:=0.37.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:=03b0581ef19fa839fca9172aac3cdadda39a89df42761c497bc81709081574a4 | ||
+PKG_HASH:=e920e7036c16954e6c3d768633851c4db8d256013a48ec363af68287d970acca | ||
|
||
PKG_MAINTAINER:=Wesley Gimenes <wehagy@proton.me> | ||
PKG_LICENSE:=BSD-3-Clause |