diff options
author | jiangslee <jiangsili@qq.com> | 2024-03-19 15:15:40 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-03-23 13:06:45 +0800 |
commit | b503f9f0dfa3b0214d7a0fbe14583abbce8a94ae (patch) | |
tree | c909bea534df25705bda1735646a16a23e6de464 | |
parent | 8834608bc10c1a092911eba9848fefc8ac26f5df (diff) |
netbird: update to 0.26.3
Signed-off-by: jiangslee <jiangsili@qq.com>
-rw-r--r-- | net/netbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netbird/Makefile b/net/netbird/Makefile index c6ad2a680..227518743 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.25.8 +PKG_VERSION:=0.26.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:=c097194c9614acc3729168bdfde395f8f2b54d092ea452fca0b4c140cf0e022b +PKG_HASH:=07ff36dae855595c24871c3a39e95bdc07d11b4b0fa7b7c430667ac56bf32c7d PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com> PKG_LICENSE:=BSD-3-Clause |