Răsfoiți Sursa

v2ray-plugin: Update to 4.44.0

Signed-off-by: ImmortalWrt AutoUpdate Bot <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
ImmortalWrt AutoUpdate Bot 3 ani în urmă
părinte
comite
013027b35a
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      v2ray-plugin/Makefile

+ 3 - 3
v2ray-plugin/Makefile

@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=v2ray-plugin
-PKG_VERSION:=4.43.0
+PKG_VERSION:=4.44.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:=2de15ec4b66ee401fe83e31ad78d5d4c6d9f7b242b8fe7d8af5ce4f19bdf565a
+PKG_HASH:=f94e8efe879a5300871dd01faec7d6635baaef4dbd39d83f4362802f716d386e
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
@@ -40,7 +40,7 @@ config V2RAY_PLUGIN_COMPRESS_GOPROXY
 config V2RAY_PLUGIN_COMPRESS_UPX
 	bool "Compress executable files with UPX"
 	depends on !mips64
-	default y
+	default n
 endef
 
 ifeq ($(CONFIG_V2RAY_PLUGIN_COMPRESS_GOPROXY),y)