From f8ea8fbc2f061ffabaa75f68172c365287508362 Mon Sep 17 00:00:00 2001 From: zhusir Date: Sun, 28 Aug 2022 16:43:49 +0800 Subject: [PATCH] xray-core: update to 1.5.10 --- xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray-core/Makefile b/xray-core/Makefile index bd8aea268..cccf978ba 100644 --- a/xray-core/Makefile +++ b/xray-core/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=Xray-core -PKG_VERSION:=1.5.9 +PKG_VERSION:=1.5.10 PKG_RELEASE:=$(AUTORELEASE) 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:=ef61f80a32229f583c375ec8da79a1533ba5efae0fcb011e68a0ad0c913f6a87 +PKG_HASH:=0cce205187a38d7e13dc4e503e9a8667c9cf438844e091bd91989aaac8f2c411 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0