From c5a6e967e05e4e524cb23b31e0c3cac77c5ae463 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 16 Jun 2018 15:52:39 +0800 Subject: [PATCH] update v2ray to v3.26 --- package/lean/v2ray/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package/lean/v2ray/Makefile b/package/lean/v2ray/Makefile index c8b8f4589..92829ff47 100644 --- a/package/lean/v2ray/Makefile +++ b/package/lean/v2ray/Makefile @@ -7,9 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray -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_VERSION:=v3.26 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) ifeq ($(ARCH),x86_64) @@ -30,10 +28,6 @@ endif ifeq ($(ARCH),aarch64) PKG_ARCH_V2RAY:=linux-arm64 endif -#PKG_SOURCE:=v2ray-$(PKG_ARCH_V2RAY).zip -#PKG_SOURCE_URL:=https://github.com/v2ray/v2ray-core/releases/download/$(PKG_VERSION) -#PKG_SOURCE_SUBDIR:=v2ray-$(PKG_VERSION)-$(V2RAY_PKG_ARCH) -#PKG_CAT:=unzip include $(INCLUDE_DIR)/package.mk