From 1b51b17c77e720b1095b7e7ac997335fc2e67e7f Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Wed, 17 Jul 2024 22:21:35 +0800 Subject: [PATCH] xray-core: update to 1.8.19 Signed-off-by: Milinda Brantini (cherry picked from commit b85b8e869df6a79757d09401911d1000ffea6544) --- 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 f6b0b2c160..48a2fc9179 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.18 +PKG_VERSION:=1.8.19 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:=088248fe9d06c0a8964b8815edc6099cb50a7fe2b36633681829097903470ac1 +PKG_HASH:=e0a8032519b76c5d04d9f7ebbeefdbb81f30488f84d534a329b109ea2dd96709 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0 -- 2.30.2