Update V2Ray to v3.14

请先升级服务器端再升级客户端,或者你可以按照这个提交所改动的内容改回与你的服务端相同版本
This commit is contained in:
bc li 2018-03-18 05:57:45 +08:00
parent fcbab185c5
commit 2f30178911

View File

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=v2ray
PKG_VERSION:=v3.12
PKG_VERSION:=v3.14
#PKG_VERSION:=$(shell wget https://api.github.com/repos/v2ray/v2ray-core/releases/latest -q -O -|grep tag_name|awk {'print $2'}|cut -d '"' -f 2)
#PKG_RELEASE:=$(shell wget https://api.github.com/repos/v2ray/v2ray-core/releases/latest -q -O -|grep published_at|awk {'print $2'}|cut -d '"' -f 2|cut -d 'T' -f 1)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)