gnu-which: use secure url
Closes #2339. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
8b7cdd0cf9
commit
03650f0cff
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ class GnuWhich < Formula
|
|||
desc "GNU implementation of which utility"
|
||||
# Previous homepage is dead. Have linked to the GNU Projects page for now.
|
||||
homepage "https://savannah.gnu.org/projects/which/"
|
||||
url "http://ftpmirror.gnu.org/which/which-2.21.tar.gz"
|
||||
url "https://ftpmirror.gnu.org/which/which-2.21.tar.gz"
|
||||
mirror "https://ftp.gnu.org/gnu/which/which-2.21.tar.gz"
|
||||
sha256 "f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad"
|
||||
|
||||
|
|
Loading…
Reference in a new issue