diff options
author | Oskari Rauta <oskari.rauta@gmail.com> | 2023-03-20 19:34:08 +0200 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-03-21 17:30:29 +0800 |
commit | ab573bdb4d7b30d5dc46e70941cb025800d4cabd (patch) | |
tree | 77582816c4ae7342def32fc90b627f99ebc59e47 /net | |
parent | 94345b0325bbffebf97b8a54f2d896a1bbb1291a (diff) |
netbird: update to 0.14.4
Bug fixes & refactor
Fix: send remote agents updates when peer re-authenticates
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'net')
-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 2820be2bc..d5a628bb7 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.14.3 +PKG_VERSION:=0.14.4 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:=ce56a0419cea1296f4b61d1ecb04e5f812805538e17f5211c5f05ed2b5b98dbc +PKG_HASH:=7cfad70cd0fecc2d0f7bf68a03efe05e5f6e1a3627998169dc07b7c9f8e3b8d2 PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com> PKG_LICENSE:=BSD-3-Clause |