diff options
| author | Tyler Davis | 2014-01-31 07:01:20 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-01-31 10:11:07 -0600 |
| commit | df93ae9ed7cd49ba06c6cc1e57e1ead137876f29 (patch) | |
| tree | 15d3150398a862789be5a3058630e1b26ccdfcfd | |
| parent | 93d1c8a5fef22fd72b71aefc6e943fca20092a0d (diff) | |
| download | homebrew-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.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 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' |
