From: Hrvoje Varga Date: Mon, 10 Oct 2016 12:27:31 +0000 (+0000) Subject: omcproxy: update to git HEAD X-Git-Url: http://git.ozo.com/?p=openwrt-github%2F.git;a=commitdiff_plain;h=c735d4e3ca1f5fb06d59ec3188a5eb572663302f omcproxy: update to git HEAD This change also reflect relocation of upstream project which has been moved to OpenWrt GitHub organization. Signed-off-by: Hrvoje Varga --- diff --git a/package/network/services/omcproxy/Makefile b/package/network/services/omcproxy/Makefile index 75997fe6d6..6fa16f8aea 100644 --- a/package/network/services/omcproxy/Makefile +++ b/package/network/services/omcproxy/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 OpenWrt.org +# Copyright (C) 2015-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=omcproxy -PKG_VERSION:=2015-08-24 +PKG_VERSION:=2015-09-15 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_URL:=https://github.com/sbyx/omcproxy.git +PKG_SOURCE_URL:=https://github.com/openwrt/omcproxy.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=8de9fa84e018e152e45c342f10b5b5140b63e4b1 PKG_MAINTAINER:=Steven Barth