From 5f2fad882cdfa0a0554f973c23adce430d98a77d Mon Sep 17 00:00:00 2001 From: Gzxhwq Date: Mon, 20 Jun 2022 20:15:05 +0800 Subject: [PATCH] xray-core: update to 1.5.8 (#2021) --- xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray-core/Makefile b/xray-core/Makefile index 746ff1c91..cfe720be2 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.7 +PKG_VERSION:=1.5.8 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:=6e1761b63da7fb17da98aa6cf74d224882467cd9825c12eb0ab28eacf8d92d19 +PKG_HASH:=1d1f7f3de0596c430fde6e3027b93c45f5fa340d291c05bc48216750dc77ca8f PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0