From 395b18952be816117130c266004ad42d499ceb91 Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Sun, 30 Aug 2026 21:46:56 +0800 Subject: [PATCH] hev-socks5-server: update to 2.13.1 Upstream changelog: https://github.com/heiher/hev-socks5-server/releases/tag/2.13.1 Signed-off-by: Ray Wang (cherry picked from commit 9d1f1f2bf4360f2ca5b0db2a3df9ec0086b560a9) --- net/hev-socks5-server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/hev-socks5-server/Makefile b/net/hev-socks5-server/Makefile index 5ccc28313a173b..cfe161ab5d3c9a 100644 --- a/net/hev-socks5-server/Makefile +++ b/net/hev-socks5-server/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hev-socks5-server -PKG_VERSION:=2.13.0 +PKG_VERSION:=2.13.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/heiher/hev-socks5-server/releases/download/$(PKG_VERSION) -PKG_HASH:=55258482ba9b45e1c358c5e92914fca5ad677e3c94b77933ac0e82b14cd73d68 +PKG_HASH:=aecff4c35d7ffa6458ff55512b04d00c1d102ddc3fbee466534a9b1876022da4 PKG_MAINTAINER:=Ray Wang PKG_LICENSE:=MIT