From e8c48dad66c44a7c35707ac2848f99c73222a73b Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 24 Jan 2020 21:01:46 +0100 Subject: [PATCH] Update v2ray plugin --- shadowsocks-v2ray-plugin/Makefile | 2 +- v2ray-core/Makefile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/shadowsocks-v2ray-plugin/Makefile b/shadowsocks-v2ray-plugin/Makefile index 80efb7a15..6dc6cb41e 100644 --- a/shadowsocks-v2ray-plugin/Makefile +++ b/shadowsocks-v2ray-plugin/Makefile @@ -13,7 +13,7 @@ PKG_MAINTAINER:=Ycarus PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/shadowsocks/v2ray-plugin.git -PKG_SOURCE_VERSION:=ca361195f584f3904c9440ac012bd4e8611f7b52 +PKG_SOURCE_VERSION:=59b8f4fc46c7be399dad0620121a89efa656dc9c PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 diff --git a/v2ray-core/Makefile b/v2ray-core/Makefile index c4ddb2b4c..7c2478441 100644 --- a/v2ray-core/Makefile +++ b/v2ray-core/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2019 Xingwang Liao +# Copyright (C) 2020 Ycarus (Yannick Chabanois) for OpenMPTCProuter # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray-core -PKG_VERSION:=4.21.3 +PKG_VERSION:=4.22.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/v2ray/v2ray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=2052ea02ec5569b32748e5c859dcd066fa3818d5caafa70ddaf216576aaec188 +PKG_HASH:=31c1934eeac3552c7ab68eac9dc3e964e05f3c743b3733b0b6a0159c495019d6 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE