From 3be694fb70aeed5392cee4f7e50019c30c5cfa77 Mon Sep 17 00:00:00 2001 From: actions Date: Mon, 22 Jul 2024 06:00:18 +0800 Subject: [PATCH] xray-core: update to 1.8.21 --- xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray-core/Makefile b/xray-core/Makefile index 9506b1da4..6c0099d50 100644 --- a/xray-core/Makefile +++ b/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