From 4cbfd4709e1050a85f51b42fafab3753a0329901 Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Tue, 18 Jun 2024 14:13:43 +0800 Subject: [PATCH] xray-core: update to 1.8.15 Signed-off-by: Milinda Brantini --- 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 f7f6bf14f4..1fc25317f3 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:=1.8.13 +PKG_VERSION:=1.8.15 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:=9e63fbeb4667c19e286389c370d30e9e904f4421784adcbe6cf4d6e172a2ac29 +PKG_HASH:=4e0ac5170668033fd55544688a1d56938de91bc00c5ebc7d8c5211fd97cbca65 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0 -- 2.30.2