ssh-copy-id: add a mirror

Closes Homebrew/homebrew#14727.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Benedikt Arnold 2012-09-05 10:56:29 +02:00 committed by Adam Vandenberg
parent 8d18a2d5f6
commit dd9e3a4114
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ require 'formula'
class SshCopyId < Formula class SshCopyId < Formula
homepage 'http://openssh.org/' homepage 'http://openssh.org/'
url 'http://ftp.lambdaserver.com/pub/OpenBSD/OpenSSH/portable/openssh-6.0p1.tar.gz' 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' version '6.0p1'
sha1 'f691e53ef83417031a2854b8b1b661c9c08e4422' sha1 'f691e53ef83417031a2854b8b1b661c9c08e4422'