diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ssh-copy-id.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/ssh-copy-id.rb b/Library/Formula/ssh-copy-id.rb index dc32afc62..210f56beb 100644 --- a/Library/Formula/ssh-copy-id.rb +++ b/Library/Formula/ssh-copy-id.rb @@ -2,10 +2,10 @@ require 'formula' class SshCopyId < Formula homepage 'http://www.openssh.com/' - url 'http://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.5p1.tar.gz' - mirror 'http://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.5p1.tar.gz' - version '6.5p1' - sha1 '3363a72b4fee91b29cf2024ff633c17f6cd2f86d' + url 'http://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.6p1.tar.gz' + mirror 'http://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.6p1.tar.gz' + version '6.6p1' + sha1 'b850fd1af704942d9b3c2eff7ef6b3a59b6a6b6e' def install bin.install 'contrib/ssh-copy-id' |
