aboutsummaryrefslogtreecommitdiff
path: root/net/netbird
diff options
context:
space:
mode:
authorOskari Rauta <oskari.rauta@gmail.com>2023-10-13 16:23:15 +0300
committerTianling Shen <cnsztl@gmail.com>2023-10-14 17:29:30 +0800
commit53dc7146f4623a99b62da5918b3f4ce002697a32 (patch)
treeddce2d4182900ea54c684f04d29ed9f4b8760d75 /net/netbird
parentb19f8a822b948c75bb40dfec03ab0a9344e25963 (diff)
netbird: update to 0.23.9
Changelog: - Add Pagination for IdP Users Fetch by @bcmmbaga in #1210 - Rework peer connection status based on the update channel existence by @surik in #1213 - Fix nil pointer exception in group delete by @pappz in #1211 - Fix/key backup in config script by @pappz in #1206 Full changelog: https://github.com/netbirdio/netbird/compare/v0.23.8...v0.23.9 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'net/netbird')
-rw-r--r--net/netbird/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netbird/Makefile b/net/netbird/Makefile
index 637df8ded..729564d42 100644
--- a/net/netbird/Makefile
+++ b/net/netbird/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=netbird
-PKG_VERSION:=0.23.6
+PKG_VERSION:=0.23.9
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:=cb29e237652634f3a2a5774fdc239f615d46cf9339811c707744d1e03797126d
+PKG_HASH:=1b037f35d3e426d8cbeba17e4d89d12265cd7e6fbd7c975ce552293e468db35a
PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com>
PKG_LICENSE:=BSD-3-Clause