-
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 <[email protected]>
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
From 0ce29619339bea9edca91bcaf7c8a64f1d0cbf8f Mon Sep 17 00:00:00 2001 | ||
From: Wesley Gimenes <[email protected]> | ||
Date: Sat, 12 Oct 2024 23:35:37 -0300 | ||
Subject: [PATCH] netbird: update to 0.30.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 0af523ff020dbe..fa4105a001c843 100644 | ||
--- a/net/netbird/Makefile | ||
+++ b/net/netbird/Makefile | ||
@@ -1,12 +1,12 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=netbird | ||
-PKG_VERSION:=0.30.0 | ||
+PKG_VERSION:=0.30.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:=cb75e71f8f3b2f21272f38468d50464dd8d9de74b776e9c2f52ac440229453b2 | ||
+PKG_HASH:=46014fb96e5320715efef5d1e767278e4f13dbe11eb18df7cdfb2bd06b12eabf | ||
|
||
PKG_MAINTAINER:=Oskari Rauta <[email protected]> | ||
PKG_LICENSE:=BSD-3-Clause | ||
|