From 4f84f78b4dd05f5163ba89fc12a671c08cbb20a3 Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Wed, 5 Nov 2025 21:10:15 +0800 Subject: [PATCH] hev-socks5-tunnel: update to 2.14.0 Upstream changelog: https://github.com/heiher/hev-socks5-tunnel/releases/tag/2.14.0 Signed-off-by: Ray Wang --- net/hev-socks5-tunnel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/hev-socks5-tunnel/Makefile b/net/hev-socks5-tunnel/Makefile index 46df64b9f5..9781c28637 100644 --- a/net/hev-socks5-tunnel/Makefile +++ b/net/hev-socks5-tunnel/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hev-socks5-tunnel -PKG_VERSION:=2.13.0 +PKG_VERSION:=2.14.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/heiher/hev-socks5-tunnel/releases/download/$(PKG_VERSION) -PKG_HASH:=419bc625b72299dcc0aeedfc762acfc42fbdf61dcc11f7146bfb83d87a67b002 +PKG_HASH:=f0c5909b188272a6cee2b3c92e13cf16d927ba29a20bd1d750a2ff3419cda381 PKG_MAINTAINER:=Ray Wang PKG_LICENSE:=MIT -- 2.30.2