From 3a16b724fe85be729c4d14c2d914ddaff55f001d Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Sat, 30 Nov 2024 16:12:23 +0800 Subject: [PATCH] xray-core: update to 24.11.30 --- xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray-core/Makefile b/xray-core/Makefile index a534f152..c36099d0 100644 --- a/xray-core/Makefile +++ b/xray-core/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-core -PKG_VERSION:=24.11.21 +PKG_VERSION:=24.11.30 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:=e45ad1fa11457101776d2c0d7ed8ed7c669b714e7687a85830e44a6e4a52fe05 +PKG_HASH:=1ed728cf32cf9227c73e1b3651465eb089c6d2f42367cf40df62c4ba0edfc765 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0