From 36e076dccc1060a7e3790d98ba1730b2a142acc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:53:15 +0800 Subject: [PATCH] v2ray-plugin: update to 5.25.0 (#362) * v2ray-plugin: update to 5.25.0 * update GO_PKG value --------- Co-authored-by: zxl hhyccc <45259624+zxlhhyccc@users.noreply.github.com> --- v2ray-plugin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2ray-plugin/Makefile b/v2ray-plugin/Makefile index 702e5a0..2ef3e0d 100644 --- a/v2ray-plugin/Makefile +++ b/v2ray-plugin/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray-plugin -PKG_VERSION:=5.17.0 +PKG_VERSION:=5.25.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/teddysun/v2ray-plugin/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=035823fa70d0c7e6afa6cced6b9d6f8b29c05a5f28852ad5954e957b61337c9e +PKG_HASH:=64d2cc376c16ade97b8e2cce69e0c98d74f530dcf8a30cf7d22255969ca5c10d PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE @@ -22,7 +22,7 @@ PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 PKG_BUILD_FLAGS:=no-mips16 -GO_PKG:=github.com/shadowsocks/v2ray-plugin +GO_PKG:=github.com/teddysun/v2ray-plugin GO_PKG_LDFLAGS_X:=main.VERSION=v$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk