yggdrasil-jumper: bump to 0.3.1
authorRemy D. Farley <[email protected]>
Wed, 19 Jun 2024 09:27:19 +0000 (09:27 +0000)
committerTianling Shen <[email protected]>
Wed, 19 Jun 2024 13:22:48 +0000 (21:22 +0800)
Signed-off-by: Remy D. Farley <[email protected]>
net/yggdrasil-jumper/Makefile

index 7b69ee3ed747014842462faa930adcae5d82e5af..05915229d928237debf6e86f898d404326bf0eed 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=yggdrasil-jumper
-PKG_VERSION:=0.3.0
+PKG_VERSION:=0.3.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/one-d-wide/yggdrasil-jumper/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=d0fd59e9f7a110094c9189b49b812fb0014c6c45535b4d30effd7cf602961454
+PKG_HASH:=7f3e2021fe901ed866c6220d7ffdc0a0bc949ffb7c86fd3cd3783a594526d8fd
 
 PKG_MAINTAINER:=Remy D. Farley <[email protected]>
 PKG_LICENSE:=LGPL-3.0-only
@@ -28,11 +28,12 @@ define Package/yggdrasil-jumper
 endef
 
 define Package/yggdrasil-jumper/description
-  Yggdrasil Jumper is independent project that aims to transparently reduce latency of
-  a connection over Yggdrasil network, utilizing NAT traversal to bypass intermediary
-  nodes. It periodically probes for active sessions and automatically establishes direct
-  peerings over internet with remote nodes running Yggdrasil Jumper without requiring
-  firewall or port configuration.
+  Yggdrasil-Jumper is an independent project that aims to transparently reduce
+  latency of a connection over Yggdrasil network, utilizing NAT traversal to
+  bypass intermediary nodes. It periodically probes for active sessions and
+  automatically establishes direct peerings over internet with remote nodes
+  running Yggdrasil-Jumper without requiring any firewall configuration or
+  port mapping.
 endef
 
 define Package/yggdrasil-jumper/install