From: Álvaro Fernández Rojas Date: Sat, 6 Jan 2018 21:34:31 +0000 (+0100) Subject: mcproxy: update to latest version (#339) X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=9abfeba603acd5997543ec8bbc611e022e389e11 mcproxy: update to latest version (#339) Signed-off-by: Álvaro Fernández Rojas --- diff --git a/mcproxy/Makefile b/mcproxy/Makefile index c155055..4b6cf4e 100644 --- a/mcproxy/Makefile +++ b/mcproxy/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2015 OpenWrt.org +# Copyright (C) 2014-2017 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mcproxy -PKG_SOURCE_VERSION:=b7bd2d0809a0d1f177181c361b9a6c83e193b79a -PKG_VERSION:=2014-12-31-$(PKG_SOURCE_VERSION) -PKG_RELEASE:=3 +PKG_SOURCE_VERSION:=93b5ace42268160ebbfff4c61818fb15fa2d9b99 +PKG_VERSION:=2017-08-24-$(PKG_SOURCE_VERSION) +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/mcproxy/mcproxy.git