From 48c8621027b0f3ab969a7c30478737dce5bbf6ac Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 29 Sep 2018 10:55:48 +0800 Subject: [PATCH] v2ray core update to v3.45 --- package/lean/v2ray/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/v2ray/Makefile b/package/lean/v2ray/Makefile index 9daa19c19..53d21267f 100644 --- a/package/lean/v2ray/Makefile +++ b/package/lean/v2ray/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray -PKG_VERSION:=v3.44 +PKG_VERSION:=v3.45 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) ifeq ($(ARCH),x86_64)