lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 6e6b61368d78617e82546440f34da2450c63d5ef
parent 500c519319d8d9a347b2cc4f2addb1140d42ab71
Author: Daniel Dickinson <openwrt@daniel.thecshore.com>
Date:   Mon,  9 May 2016 01:20:23 -0400

net/netdiscover: Download from SourceForge not unreliable site

The most recent developer of netdiscover had self-hosted downloads
but also put the project on SourceForge.  The self-hosted site went
down but SourceForge is much more reliable so I have moved the
download URI to SourceForge (md5sum is the same).

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>

Diffstat:
Mnet/netdiscover/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/netdiscover/Makefile b/net/netdiscover/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.3-pre-beta7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-LINUXONLY.tar.gz -PKG_SOURCE_URL:=http://nixgeneration.com/~jaime/netdiscover/releases/ +PKG_SOURCE_URL:=@SF/netdiscover PKG_MD5SUM:=8780e66d00496e933b4064cfe9ae61da PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr> PKG_LICENSE:=GPL-2.0 @@ -27,7 +27,7 @@ define Package/netdiscover CATEGORY:=Network DEPENDS:=+libpcap +libnet-1.2.x +libpthread TITLE:=An active/passive address reconnaissance tool - URL:=http://nixgeneration.com/~jaime/netdiscover/ + URL:=https://sourceforge.net/projects/netdiscover endef CONFIGURE_VARS+= \