From 6e2e3240d588a565478cbc076f9c1a82105d6efe Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Mon, 22 Jul 2024 22:27:59 +0800 Subject: [PATCH] xray-core: update to 1.8.21 Signed-off-by: Milinda Brantini (cherry picked from commit ebeeafb99630ea54bd9a14ab0484f213218028aa) --- net/xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index 650364a166..f9b44fbbe6 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.8.20 +PKG_VERSION:=1.8.21 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:=602b04dc305086c3a1206395858e4eff6ccdffc799556521f1d830b3bc715fbc +PKG_HASH:=464636c323c20cd17a6e10d6fdf0120f0a84096f1c66c0ab4851141d238a1a0b PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0 -- 2.30.2