shtool: use secure url
Closes #2567. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
2b1e8b0630
commit
f857e4821a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
class Shtool < Formula
|
class Shtool < Formula
|
||||||
desc "GNU's portable shell tool"
|
desc "GNU's portable shell tool"
|
||||||
homepage "https://www.gnu.org/software/shtool/"
|
homepage "https://www.gnu.org/software/shtool/"
|
||||||
url "http://ftpmirror.gnu.org/shtool/shtool-2.0.8.tar.gz"
|
url "https://ftpmirror.gnu.org/shtool/shtool-2.0.8.tar.gz"
|
||||||
mirror "https://ftp.gnu.org/gnu/shtool/shtool-2.0.8.tar.gz"
|
mirror "https://ftp.gnu.org/gnu/shtool/shtool-2.0.8.tar.gz"
|
||||||
sha256 "1298a549416d12af239e9f4e787e6e6509210afb49d5cf28eb6ec4015046ae19"
|
sha256 "1298a549416d12af239e9f4e787e6e6509210afb49d5cf28eb6ec4015046ae19"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue