From a4efe8c8476a3d92362f77514d7e1907f27b1cef Mon Sep 17 00:00:00 2001 From: actions Date: Mon, 15 Jul 2024 22:00:22 +0800 Subject: [PATCH] xray-core: update to 1.8.18 --- xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray-core/Makefile b/xray-core/Makefile index dff14d98d..54b67e673 100644 --- a/xray-core/Makefile +++ b/xray-core/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-core -PKG_VERSION:=1.8.17 +PKG_VERSION:=1.8.18 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:=390745e9f8afbd1cd584344a34709f13b9465bb887c7a4f993696ee8cf706b83 +PKG_HASH:=088248fe9d06c0a8964b8815edc6099cb50a7fe2b36633681829097903470ac1 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0