v2ray-core: Update to 5.28.0

Remove unneeded reload_service func while at it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2025-02-18 19:57:22 +08:00
parent 944d48241c
commit ff191e50ec
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -47,11 +47,6 @@ start_service() {
procd_close_instance
}
reload_service() {
stop
start
}
service_triggers() {
procd_add_reload_trigger "$CONF"
}