From df93ae9ed7cd49ba06c6cc1e57e1ead137876f29 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Fri, 31 Jan 2014 07:01:20 -0700 Subject: ssh-copy-id 6.5p1 Closes #26309. Signed-off-by: Brett Koonce --- Library/Formula/ssh-copy-id.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ssh-copy-id.rb b/Library/Formula/ssh-copy-id.rb index f8ae4162b..dc32afc62 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://ftp5.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.4p1.tar.gz' - mirror 'http://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.4p1.tar.gz' - version '6.4p1' - sha1 'cf5fe0eb118d7e4f9296fbc5d6884965885fc55d' + 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' def install bin.install 'contrib/ssh-copy-id' -- cgit v1.2.3