aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/omcproxy/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka.perkov@sartura.hr>2016-10-11 10:09:38 +0200
committerGitHub <noreply@github.com>2016-10-11 10:09:38 +0200
commit9d73574fd9eb9829e5d8a03813001843a210a551 (patch)
treec9d0513826d8d8f9c994c4c0421279fe39545885 /package/network/services/omcproxy/Makefile
parent4fd1bdc0d982ddd87b2faad6e2f3a470e5184a8c (diff)
parentc735d4e3ca1f5fb06d59ec3188a5eb572663302f (diff)
downloadmaster-187ad058-9d73574fd9eb9829e5d8a03813001843a210a551.tar.gz
master-187ad058-9d73574fd9eb9829e5d8a03813001843a210a551.tar.bz2
master-187ad058-9d73574fd9eb9829e5d8a03813001843a210a551.zip
Merge pull request #123 from sartura/master-upstream-relocation
odhcp* and omcproxy upstream relocation
Diffstat (limited to 'package/network/services/omcproxy/Makefile')
-rw-r--r--package/network/services/omcproxy/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <cyrus@openwrt.org>