From b47b9ae86190bc3d706976279152f35bfff0f5bd Mon Sep 17 00:00:00 2001 From: Mikhail Stolyarov Date: Tue, 15 Sep 2026 00:06:04 +0300 Subject: [PATCH] xray-core: update to 26.9.9 Update xray-core to upstream version 26.9.9. Signed-off-by: Mikhail Stolyarov --- net/xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index 810ba548a5..5c454213de 100644 --- a/net/xray-core/Makefile +++ b/net/xray-core/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-core -PKG_VERSION:=26.3.27 +PKG_VERSION:=26.9.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=992a4997e6bb846d11469435d687f99ef812fcde1e0a009bb8e95189ea20331d +PKG_HASH:=efb871a981690688191433a76beef7afdab6750d53cc1775cf8e9e995730ef22 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0