From 39c5d7f8514cfcf8694f6ef22523454403d8a425 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 18 Feb 2025 19:57:49 +0800 Subject: [PATCH] v2raya: Update to 2.2.6.6 Remove unneeded reload_service func while at it. Signed-off-by: Tianling Shen --- net/v2raya/Makefile | 6 +++--- net/v2raya/files/v2raya.init | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/net/v2raya/Makefile b/net/v2raya/Makefile index f8d3a8735d..d1c095300b 100644 --- a/net/v2raya/Makefile +++ b/net/v2raya/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2rayA -PKG_VERSION:=2.2.6.3 +PKG_VERSION:=2.2.6.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/v2rayA/v2rayA/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=62add8605c42e8e91b5fae22e3b05d146cdeea8fec44089fc1bf0ae29fc76dc0 +PKG_HASH:=9ca40d9a19ffc46e6c27ad4214e958f3430d03e87352dbcaf4f15a8f65bdaac0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/service PKG_LICENSE:=AGPL-3.0-only @@ -59,7 +59,7 @@ define Download/v2raya-web URL:=https://github.com/v2rayA/v2rayA/releases/download/v$(PKG_VERSION)/ URL_FILE:=web.tar.gz FILE:=$(WEB_FILE) - HASH:=e8bca04deaec72e3323310bc114fa4936474adcbb6638ec2e31dbdf88beabdae + HASH:=a30bd587b607e168cd6b34f71630418a09d88491349300e69bfcd39dc46f68f3 endef define Build/Prepare diff --git a/net/v2raya/files/v2raya.init b/net/v2raya/files/v2raya.init index 1e55a187e4..116906ff06 100755 --- a/net/v2raya/files/v2raya.init +++ b/net/v2raya/files/v2raya.init @@ -65,11 +65,6 @@ start_service() { procd_close_instance } -reload_service() { - stop - start -} - service_triggers() { procd_add_reload_trigger "$CONF" } -- 2.30.2