From 48473537926de84f45f03fdfefc1d932181501d6 Mon Sep 17 00:00:00 2001 From: jackiezhang29 <39549714+jackiezhang29@users.noreply.github.com> Date: Sat, 15 Dec 2018 13:35:36 +0800 Subject: [PATCH] V2Ray: update verson to v4.9.0 --- package/lean/v2ray/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/v2ray/Makefile b/package/lean/v2ray/Makefile index d481f705e..1d344f078 100644 --- a/package/lean/v2ray/Makefile +++ b/package/lean/v2ray/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray -PKG_VERSION:=v4.8.0 +PKG_VERSION:=v4.9.0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) ifeq ($(ARCH),x86_64) @@ -105,4 +105,4 @@ ifdef CONFIG_PACKAGE_V2RAY_INCLUDE_GEOSITE endif endef -$(eval $(call BuildPackage,$(PKG_NAME))) \ No newline at end of file +$(eval $(call BuildPackage,$(PKG_NAME)))