From 577f0fedde10e6166072bdd4db82c35aeacd5884 Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Thu, 24 Jun 2021 20:43:31 +0800 Subject: [PATCH] v2ray-core: update to 4.41.0 --- v2ray-core/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2ray-core/Makefile b/v2ray-core/Makefile index 0efb782..62fb9b8 100644 --- a/v2ray-core/Makefile +++ b/v2ray-core/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray-core -PKG_VERSION:=4.40.0 -PKG_RELEASE:=1 +PKG_VERSION:=4.41.0 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/v2fly/v2ray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=4ea349beee19be36296f0afe049e80336af4d957643d0ca8da4779e205f66414 +PKG_HASH:=3752a9c1c10e1435a0af49266e299621311b91983afff616cbf604c82ca29233 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE