diff options
| author | Tyler Davis | 2013-09-18 07:54:25 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2013-09-18 14:07:52 +0100 | 
| commit | 070a7fb0b99e10b7d6a2c94b860f012639eaefe3 (patch) | |
| tree | 11497b35f0391989ab28f773835a9d5c565bec76 /Library/Formula/ssh-copy-id.rb | |
| parent | a3459037780e5008d78f5b1ef8b0aa02bd946e92 (diff) | |
| download | homebrew-070a7fb0b99e10b7d6a2c94b860f012639eaefe3.tar.bz2 | |
ssh-copy-id 6.3p1
Closes #22652.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/ssh-copy-id.rb')
| -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 c9939c1de..1d1b741e3 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://openssh.org/' -  url 'http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.2p2.tar.gz' -  mirror 'http://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/openssh-6.2p2.tar.gz' -  version '6.2p2' -  sha256 '7f29b9d2ad672ae0f9e1dcbff871fc5c2e60a194e90c766432e32161b842313b' +  url 'http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.3p1.tar.gz' +  mirror 'http://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/openssh-6.3p1.tar.gz' +  version '6.3p1' +  sha256 'aea575ededd3ebd45c05d42d0a87af22c79131a847ea440c54e3fdd223f5a420'    def install      bin.install 'contrib/ssh-copy-id'  | 
