From 2a43b42ed097864d00a1b31491abbd473699a85d Mon Sep 17 00:00:00 2001 From: actions Date: Mon, 13 Nov 2023 09:30:06 +0800 Subject: [PATCH] xray-core: update to 1.8.5 --- xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray-core/Makefile b/xray-core/Makefile index fef5441bd..591cf7eb2 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.4 +PKG_VERSION:=1.8.5 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:=89f73107abba9bd438111edfe921603ddb3c2b631b2716fbdc6be78552f0d322 +PKG_HASH:=5d87cb5d1a0a72a8ca654a29beb2cc0a015a38e3e31ac40a505c6be2c9bd0454 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0