From e7c79208f1871aa660a95586c8331078c0676885 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 15 Oct 2025 22:13:54 +0800 Subject: [PATCH] v2ray-core: Update to 5.41.0 Release note: https://github.com/v2fly/v2ray-core/releases/tag/v5.41.0 Signed-off-by: Tianling Shen --- net/v2ray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/v2ray-core/Makefile b/net/v2ray-core/Makefile index e10ae04f17..4cf644aa19 100644 --- a/net/v2ray-core/Makefile +++ b/net/v2ray-core/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray-core -PKG_VERSION:=5.40.0 +PKG_VERSION:=5.41.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/v2fly/v2ray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=14e333c7454781f0b44fe9cba1616e25accfb04cf0d9d31db7acdd33e2e8d0ac +PKG_HASH:=c67caa2d73f35a9562ecaeb5184733c943c9dafb47e8f1cfeacb892a9247e9b5 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -- 2.30.2