From c71048d4b305b0672f59bd5aacde23fea9aad230 Mon Sep 17 00:00:00 2001 From: Josiah Kiehl Date: Thu, 1 Nov 2012 18:06:08 -0700 Subject: [PATCH] openssh: use more reliable server Closes Homebrew/homebrew#15806. Signed-off-by: Adam Vandenberg --- Formula/ssh-copy-id.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/ssh-copy-id.rb b/Formula/ssh-copy-id.rb index 9978606bfa..54c268a171 100644 --- a/Formula/ssh-copy-id.rb +++ b/Formula/ssh-copy-id.rb @@ -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'