From 4f92ecdd97059c472348f9cd1e6f3c43f2ae8a4e Mon Sep 17 00:00:00 2001 From: "Remy D. Farley" Date: Wed, 19 Jun 2024 09:27:19 +0000 Subject: [PATCH] yggdrasil-jumper: bump to 0.3.1 Signed-off-by: Remy D. Farley --- net/yggdrasil-jumper/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/net/yggdrasil-jumper/Makefile b/net/yggdrasil-jumper/Makefile index 7b69ee3ed7..05915229d9 100644 --- a/net/yggdrasil-jumper/Makefile +++ b/net/yggdrasil-jumper/Makefile @@ -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 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 -- 2.30.2