From 74628b6512374f8b19aa3618520898cfed6dafc7 Mon Sep 17 00:00:00 2001 From: Mitchell Blank Jr Date: Sun, 6 Dec 2020 23:19:51 +0000 Subject: [PATCH 1/2] ipv6toolkit: update url Bottling this formula was just failing because the download URL had gone 404. Not sure if this is temporary or not, but I found this other download location which returned the right sha256. Unfortunately the replacement doesn't work over https. --- Formula/ipv6toolkit.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/ipv6toolkit.rb b/Formula/ipv6toolkit.rb index 96b56b770ffd4..e2c35e556a7cf 100644 --- a/Formula/ipv6toolkit.rb +++ b/Formula/ipv6toolkit.rb @@ -1,9 +1,11 @@ class Ipv6toolkit < Formula desc "Security assessment and troubleshooting tool for IPv6" homepage "https://www.si6networks.com/tools/ipv6toolkit/" - url "https://www.si6networks.com/tools/ipv6toolkit/ipv6toolkit-v2.0.tar.gz" + url "http://pages.cs.wisc.edu/~plonka/ipv6toolkit/ipv6toolkit-v2.0.tar.gz" sha256 "16f13d3e7d17940ff53f028ef0090e4aa3a193a224c97728b07ea6e26a19e987" - license "GPL-3.0" + license "GPL-3.0-or-later" + + head "https://github.com/fgont/ipv6toolkit.git" bottle do cellar :any_skip_relocation From 72be10d85375b7d21366432ee460324e0653dd0b Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Mon, 7 Dec 2020 10:35:18 +0100 Subject: [PATCH 2/2] Update ipv6toolkit.rb --- Formula/ipv6toolkit.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/ipv6toolkit.rb b/Formula/ipv6toolkit.rb index e2c35e556a7cf..66b84290b1657 100644 --- a/Formula/ipv6toolkit.rb +++ b/Formula/ipv6toolkit.rb @@ -1,10 +1,9 @@ class Ipv6toolkit < Formula desc "Security assessment and troubleshooting tool for IPv6" - homepage "https://www.si6networks.com/tools/ipv6toolkit/" + homepage "https://www.si6networks.com/research/tools/ipv6toolkit/" url "http://pages.cs.wisc.edu/~plonka/ipv6toolkit/ipv6toolkit-v2.0.tar.gz" sha256 "16f13d3e7d17940ff53f028ef0090e4aa3a193a224c97728b07ea6e26a19e987" license "GPL-3.0-or-later" - head "https://github.com/fgont/ipv6toolkit.git" bottle do