From c4a706898238b01b0bcfce40710562b382395f5b Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Sat, 20 Jul 2024 20:26:36 +0800 Subject: [PATCH] xray-core: update to 1.8.20 Signed-off-by: Milinda Brantini --- 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 48a2fc9179..650364a166 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.19 +PKG_VERSION:=1.8.20 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:=e0a8032519b76c5d04d9f7ebbeefdbb81f30488f84d534a329b109ea2dd96709 +PKG_HASH:=602b04dc305086c3a1206395858e4eff6ccdffc799556521f1d830b3bc715fbc PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0 -- 2.30.2