From 7edad87a8009ecd284f0e2835510bdcc7735b8fa Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 26 Jan 2024 12:28:58 +0800 Subject: [PATCH] xray-core: Update to 1.8.7 Signed-off-by: Tianling Shen --- xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray-core/Makefile b/xray-core/Makefile index 71ebdf2..d6e723e 100644 --- a/xray-core/Makefile +++ b/xray-core/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-core -PKG_VERSION:=1.8.6 +PKG_VERSION:=1.8.7 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:=d828296c9f29f9e59a61ab73d44f072ab2a30fe979679e39aea43b33ddb7d6bf +PKG_HASH:=e8f46177d792b89700f164ca28fbf1a3c7d95a3ecf98871cb0dd5e474b46a859 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0