tcsh: replace ftp url with http
This commit is contained in:
parent
d9907d5b89
commit
27bc7d79e1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Tcsh < Formula
|
||||
desc "Enhanced, fully compatible version of the Berkeley C shell"
|
||||
homepage "https://www.tcsh.org/"
|
||||
url "ftp://ftp.astron.com/pub/tcsh/tcsh-6.21.00.tar.gz"
|
||||
url "http://ftp.astron.com/pub/tcsh/tcsh-6.21.00.tar.gz"
|
||||
mirror "https://ftp.osuosl.org/pub/blfs/conglomeration/tcsh/tcsh-6.21.00.tar.gz"
|
||||
sha256 "c438325448371f59b12a4c93bfd3f6982e6f79f8c5aef4bc83aac8f62766e972"
|
||||
|
||||
|
|
Loading…
Reference in a new issue