From: Tianling Shen Date: Tue, 18 Feb 2025 11:57:22 +0000 (+0800) Subject: v2ray-core: Update to 5.28.0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ff191e50eca0711ef4b018f90c4f6f5618b2d9e2;p=feed%2Fpackages.git v2ray-core: Update to 5.28.0 Remove unneeded reload_service func while at it. Signed-off-by: Tianling Shen --- diff --git a/net/v2ray-core/Makefile b/net/v2ray-core/Makefile index 1f4deef4ac..12e8bccf0e 100644 --- a/net/v2ray-core/Makefile +++ b/net/v2ray-core/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray-core -PKG_VERSION:=5.26.0 +PKG_VERSION:=5.28.0 PKG_RELEASE:=1 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:=81fcb688a576c0a15a96e0300244274ee3c9f08fbc7da36e542b4f51b6d2725d +PKG_HASH:=94f05846f6b0d97924b78f0cd11859d91e4ca371af465932e18827f80fd014b5 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE diff --git a/net/v2ray-core/files/v2ray.init b/net/v2ray-core/files/v2ray.init index c19bd9cab6..597e257940 100755 --- a/net/v2ray-core/files/v2ray.init +++ b/net/v2ray-core/files/v2ray.init @@ -47,11 +47,6 @@ start_service() { procd_close_instance } -reload_service() { - stop - start -} - service_triggers() { procd_add_reload_trigger "$CONF" }