[source] odhcpd: update to latest git HEAD

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 21 03:18:16 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/41164ba2dc2365f95f27db8b36e60b3c92db01a8

commit 41164ba2dc2365f95f27db8b36e60b3c92db01a8
Author: John Crispin <john at phrozen.org>
AuthorDate: Mon Nov 21 12:04:23 2016 +0100

    odhcpd: update to latest git HEAD
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 package/network/services/odhcpd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index 0647ec9..48f2b33 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -8,15 +8,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=odhcpd
-PKG_VERSION:=2016-11-14
+PKG_VERSION:=2016-11-21
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_URL:=https://github.com/sbyx/odhcpd.git
+PKG_SOURCE_URL:=git://git.lede-project.org/project/odhcpd.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=6292fcd5c2b73cdc3cbc8942672cf7a4173354b1
-PKG_MIRROR_MD5SUM:=76224223eead65d1736c09c3fdadf0314f7e2cbac288255849a90b580ca2f3fd
+PKG_SOURCE_VERSION:=371a80c7257d9207e242db15e257b12d4c0238b2
+PKG_MIRROR_MD5SUM:=90b872f5b079be5b12d21c470746d5adbc88ae9ddb1800a97aa0d31574de677c
 
 PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list