diff options
| author | Alexander Ryzhov | 2016-07-18 11:09:33 +0000 |
|---|---|---|
| committer | Gabriel Kerneis | 2016-07-18 11:09:33 +0000 |
| commit | 4a006704c3d33e3f1e45bd0cf965ca629e50f911 (patch) | |
| tree | 36bb052b18bc7db4cf6fb92ee8fad60e941e0fef | |
| parent | fe8fa0ba86e35b1ec6b83fb1eaf123849a69afc9 (diff) | |
| download | routing-4a006704c3d33e3f1e45bd0cf965ca629e50f911.tar.gz | |
ndppd: fix source URL (#209)
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| -rw-r--r-- | ndppd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ndppd/Makefile b/ndppd/Makefile index b19edeb..9a3d55e 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 |