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