ficy: use secure urls
Closes Homebrew/homebrew#49611. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
c2eb956ce1
commit
6b205f5f38
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
class Ficy < Formula
|
||||
desc "Icecast/Shoutcast stream grabber suite"
|
||||
homepage "http://www.thregr.org/~wavexx/software/fIcy/"
|
||||
url "http://www.thregr.org/~wavexx/software/fIcy/releases/fIcy-1.0.19.tar.gz"
|
||||
homepage "https://www.thregr.org/~wavexx/software/fIcy/"
|
||||
url "https://www.thregr.org/~wavexx/software/fIcy/releases/fIcy-1.0.19.tar.gz"
|
||||
sha256 "397df996fd63ce8608e62b195af61e88b0571aac01a51f1935dbf639c5424dcb"
|
||||
|
||||
head "https://github.com/wavexx/fIcy.git"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
class Ipv6toolkit < Formula
|
||||
desc "Security assessment and troubleshooting tool for IPv6"
|
||||
homepage "http://www.si6networks.com/tools/ipv6toolkit/"
|
||||
url "http://www.si6networks.com/tools/ipv6toolkit/ipv6toolkit-v2.0.tar.gz"
|
||||
homepage "https://www.si6networks.com/tools/ipv6toolkit/"
|
||||
url "https://www.si6networks.com/tools/ipv6toolkit/ipv6toolkit-v2.0.tar.gz"
|
||||
sha256 "16f13d3e7d17940ff53f028ef0090e4aa3a193a224c97728b07ea6e26a19e987"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue