From 019a1ded32d4ce716a533b77415195d4c7436404 Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Sun, 24 May 2026 12:11:20 +0800 Subject: [PATCH] hev-socks5-tproxy: update to 2.11.0 Upstream changelog: https://github.com/heiher/hev-socks5-tproxy/releases/tag/2.11.0 Signed-off-by: Ray Wang (cherry picked from commit 43e090c8c1d853526e6ef72736327cafdfd596d8) --- net/hev-socks5-tproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/hev-socks5-tproxy/Makefile b/net/hev-socks5-tproxy/Makefile index c370ac3045..45a2a34e54 100644 --- a/net/hev-socks5-tproxy/Makefile +++ b/net/hev-socks5-tproxy/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hev-socks5-tproxy -PKG_VERSION:=2.10.0 +PKG_VERSION:=2.11.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/heiher/hev-socks5-tproxy/releases/download/$(PKG_VERSION) -PKG_HASH:=4f495a7393afe4b4d36f86e94faddf992def010ff67c02e8ce09693a3a1bd20d +PKG_HASH:=2f89204b38b3248d43b5a603978fb1c361c6a8310961f22794dc71e93e21519d PKG_MAINTAINER:=Ray Wang PKG_LICENSE:=MIT