From f62f82020d8194f82da03a7dbdbf0d6dae45e3a2 Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Mon, 18 Jul 2016 14:09:33 +0300 Subject: [PATCH] ndppd: fix source URL (#209) Signed-off-by: Alexander Ryzhov --- ndppd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ndppd/Makefile b/ndppd/Makefile index ebc764c..57ac35f 100644 --- a/ndppd/Makefile +++ b/ndppd/Makefile @@ -11,11 +11,11 @@ PKG_NAME:=ndppd PKG_VERSION:=0.2.3 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_VERSION).tar.gz # Latest release -PKG_SOURCE_URL:=http://www.priv.nu/projects/ndppd/files/ -PKG_MD5SUM:=d6f3243bb7fc04c8085371c9acddc50e +PKG_SOURCE_URL:=https://github.com/DanielAdolfsson/ndppd/archive +PKG_MD5SUM:=1391c063db64b47541e58da12e5ae60d PKG_LICENSE:=GPL-3.0+ # Development snapshot