aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/odhcp6c/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/ipv6/odhcp6c/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/ipv6/odhcp6c/Makefile')
-rw-r--r--package/network/ipv6/odhcp6c/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index 0dc771d374..0ab4d2c4fe 100644
--- a/package/network/ipv6/odhcp6c/Makefile
+++ b/package/network/ipv6/odhcp6c/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2012-2015 OpenWrt.org
+# Copyright (C) 2012-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:=odhcp6c
-PKG_VERSION:=2016-06-30
+PKG_VERSION:=2016-02-08
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_URL:=https://github.com/sbyx/odhcp6c.git
+PKG_SOURCE_URL:=https://github.com/openwrt/odhcp6c.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>