aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Davis2014-01-31 07:01:20 -0700
committerBrett Koonce2014-01-31 10:11:07 -0600
commitdf93ae9ed7cd49ba06c6cc1e57e1ead137876f29 (patch)
tree15d3150398a862789be5a3058630e1b26ccdfcfd
parent93d1c8a5fef22fd72b71aefc6e943fca20092a0d (diff)
downloadhomebrew-df93ae9ed7cd49ba06c6cc1e57e1ead137876f29.tar.bz2
ssh-copy-id 6.5p1
Closes #26309. Signed-off-by: Brett Koonce <koonce@gmail.com>
-rw-r--r--Library/Formula/ssh-copy-id.rb8
1 files changed, 4 insertions, 4 deletions
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'