X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=package%2Fnetwork%2Fipv6%2Fodhcp6c%2FMakefile;h=52d41a8d3004ee573a084c67d2013fe7ecc03d85;hp=be9c4df6fba18b230e64934e32608a179350cf9c;hb=5fa47c3c04e0301aa05d1ff7b355e2b159a17a96;hpb=36115321be16b10c03c4f68ea0c2c39126d60147 diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index be9c4df6fb..52d41a8d30 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 OpenWrt.org +# Copyright (C) 2012-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2014-09-27 +PKG_VERSION:=2014-10-08 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://github.com/sbyx/odhcp6c.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=3e52a1448eee0fbf7ff67c123265bedcbc9c26d0 +PKG_SOURCE_VERSION:=6373af63310f32e1408a81f4e4e069a5f0d3e59e PKG_MAINTAINER:=Steven Barth include $(INCLUDE_DIR)/package.mk