-
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
31 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,31 @@ | ||
From 435d31574f910dceddd9d8b3de67f67f6315f464 Mon Sep 17 00:00:00 2001 | ||
From: Wesley Gimenes <[email protected]> | ||
Date: Sat, 18 Jan 2025 00:04:24 -0300 | ||
Subject: [PATCH] netbird: update to 0.36.3 | ||
|
||
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.36.3 | ||
|
||
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 586591bbd..8c703118b 100644 | ||
--- a/net/netbird/Makefile | ||
+++ b/net/netbird/Makefile | ||
@@ -1,12 +1,12 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=netbird | ||
-PKG_VERSION:=0.35.2 | ||
+PKG_VERSION:=0.36.3 | ||
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:=5dc36881079799bb945b4158bdd7bae3f9fb4605c9f5a55df7e5c306fa3f959f | ||
+PKG_HASH:=71d0e7c342bdcd1b74b9b4e99d2c87f898ed54f780b4adf6bbda77900b842ec8 | ||
|
||
PKG_MAINTAINER:=Wesley Gimenes <[email protected]> | ||
PKG_LICENSE:=BSD-3-Clause |