openssh: use mirror for primary url
to avoid download issues on Yosemite.
This commit is contained in:
parent
ef4e9ee679
commit
50452b3a25
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Openssh < Formula
|
||||
desc "OpenBSD freely-licensed SSH connectivity tools"
|
||||
homepage "https://www.openssh.com/"
|
||||
url "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz"
|
||||
mirror "https://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz"
|
||||
url "https://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz"
|
||||
mirror "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz"
|
||||
version "7.5p1"
|
||||
sha256 "9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0"
|
||||
revision 1
|
||||
|
|
Loading…
Reference in a new issue