|
@@ -8,12 +8,12 @@
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=v2ray-plugin
|
|
|
-PKG_VERSION:=4.41.0
|
|
|
+PKG_VERSION:=4.41.1
|
|
|
PKG_RELEASE:=$(AUTORELEASE)
|
|
|
|
|
|
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:=e23d6bbf828efa9b0ac722b4665c5b3c12df2046879a2efe8ee980a8912bba0b
|
|
|
+PKG_HASH:=3feda83874f154fa2806f9a1da1c7e58d6ffae2f89b5b4b38b018597078abf3a
|
|
|
|
|
|
PKG_LICENSE:=MIT
|
|
|
PKG_LICENSE_FILES:=LICENSE
|
|
@@ -47,7 +47,6 @@ endif
|
|
|
define Package/$(PKG_NAME)
|
|
|
SECTION:=net
|
|
|
CATEGORY:=Network
|
|
|
- SUBMENU:=Project V
|
|
|
TITLE:=SIP003 plugin for shadowsocks, based on v2ray
|
|
|
URL:=https://github.com/teddysun/v2ray-plugin
|
|
|
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-certificates
|