aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-07-29 00:35:58 -0700
committerHans Dedecker <dedeckeh@gmail.com>2018-07-29 12:11:31 +0200
commitfc89831ae8f5c0313a1f9e80afd4e129c6a2303e (patch)
tree99c62beed4f1e2b26704a55b7f397cd1258adbeb /package/network/ipv6
parent31f87ebcb25b4d266faaf347073f1913740a5891 (diff)
downloadupstream-fc89831ae8f5c0313a1f9e80afd4e129c6a2303e.tar.gz
upstream-fc89831ae8f5c0313a1f9e80afd4e129c6a2303e.tar.bz2
upstream-fc89831ae8f5c0313a1f9e80afd4e129c6a2303e.zip
thc-ipv6: Update URLs
Development has moved to GitHub. Found using UScan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/network/ipv6')
-rw-r--r--package/network/ipv6/thc-ipv6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/thc-ipv6/Makefile b/package/network/ipv6/thc-ipv6/Makefile
index df3a67c23b..91bacf625e 100644
--- a/package/network/ipv6/thc-ipv6/Makefile
+++ b/package/network/ipv6/thc-ipv6/Makefile
@@ -13,7 +13,7 @@ PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://freeworld.thc.org/releases/
+PKG_SOURCE_URL:=@GITHUB/vanhauser-thc/THC-Archive/master/Tools
PKG_HASH:=440a3ae98b57100c397ec4f8634468dbbb0c3b48788c6b74af2a597a90544a96
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
@@ -42,7 +42,7 @@ define BuildTool
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libpcap $(THC_DEPENDS_$(1))
- URL:=http://freeworld.thc.org/
+ URL:=https://github.com/vanhauser-thc/thc-ipv6
SUBMENU:=THC-IPv6 attack and analyzing toolkit
endef