From da4dde2df7e12ef9f5f783d5c53b5ef86432ea72 Mon Sep 17 00:00:00 2001 From: xiaorouji <60100640+xiaorouji@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:13:38 +0800 Subject: [PATCH] xray: bump to latest git HEAD --- xray/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray/Makefile b/xray/Makefile index a5ef529..e89f783 100644 --- a/xray/Makefile +++ b/xray/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray PKG_VERSION:=1.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 #PKG_BUILD_DIR:=$(BUILD_DIR)/Xray-core-$(PKG_VERSION) #PKG_SOURCE:=xray-core-$(PKG_VERSION).tar.gz @@ -19,7 +19,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/XTLS/xray-core.git -PKG_SOURCE_VERSION:=e254424c433dba0caae65bb5fdb49398ad5aec22 +PKG_SOURCE_VERSION:=11a851f95767201f1d686ae925a808d95e1460ae PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_LICENSE:=MPL