From dd9e3a4114b5a9e37f73714307389913c9427b61 Mon Sep 17 00:00:00 2001 From: Benedikt Arnold Date: Wed, 5 Sep 2012 10:56:29 +0200 Subject: [PATCH] ssh-copy-id: add a mirror Closes Homebrew/homebrew#14727. Signed-off-by: Adam Vandenberg --- Formula/ssh-copy-id.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/ssh-copy-id.rb b/Formula/ssh-copy-id.rb index 1e62bfa1d64..9978606bfad 100644 --- a/Formula/ssh-copy-id.rb +++ b/Formula/ssh-copy-id.rb @@ -3,6 +3,7 @@ require 'formula' class SshCopyId < Formula homepage 'http://openssh.org/' url 'http://ftp.lambdaserver.com/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'