From 4afc17e6e0784bd507994c0e53e13a5aa21af2d6 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 25 Dec 2022 15:01:03 +0800 Subject: [PATCH] xray-core: Update to 1.6.6-2 Signed-off-by: Tianling Shen --- net/xray-core/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index e231bc7960..37549ba538 100644 --- a/net/xray-core/Makefile +++ b/net/xray-core/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-core -PKG_VERSION:=1.6.5 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.6.6-2 +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:=61956d8d72d086fbf83e6a3aff191d010401aca34f30015f839f8a73bf50914c +PKG_HASH:=228fedbf5b624883ed2b0d1e3acf66842df483aa5a113995a4434314b3e755eb PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0 -- 2.30.2