Merge pull request #2708 from cshore/pull-request-netdiscover-sourceforge
net/netdiscover: Download from SourceForge not unreliable site
This commit is contained in:
commit
fe89d6fbd7
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ PKG_VERSION:=0.3-pre-beta7
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-LINUXONLY.tar.gz
|
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_MD5SUM:=8780e66d00496e933b4064cfe9ae61da
|
||||||
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
|
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
@ -27,7 +27,7 @@ define Package/netdiscover
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpcap +libnet-1.2.x +libpthread
|
DEPENDS:=+libpcap +libnet-1.2.x +libpthread
|
||||||
TITLE:=An active/passive address reconnaissance tool
|
TITLE:=An active/passive address reconnaissance tool
|
||||||
URL:=http://nixgeneration.com/~jaime/netdiscover/
|
URL:=https://sourceforge.net/projects/netdiscover
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
|
|
Loading…
Reference in a new issue