openssh: use more reliable server
Closes Homebrew/homebrew#15806. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1124459f87
commit
c71048d4b3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class SshCopyId < Formula
|
||||
homepage 'http://openssh.org/'
|
||||
url 'http://ftp.lambdaserver.com/pub/OpenBSD/OpenSSH/portable/openssh-6.0p1.tar.gz'
|
||||
url 'http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.0p1.tar.gz'
|
||||
mirror 'http://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/openssh-6.0p1.tar.gz'
|
||||
version '6.0p1'
|
||||
sha1 'f691e53ef83417031a2854b8b1b661c9c08e4422'
|
||||
|
|
Loading…
Reference in a new issue