diff options
| author | Tyler Davis | 2013-07-01 09:51:31 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-07-01 08:20:16 -0700 | 
| commit | 9bf46c6c06b91699716b7214a60cb1c721e6820e (patch) | |
| tree | 003697f35171e311f05c4e387ff1181c88c776b7 /Library/Formula/ssh-copy-id.rb | |
| parent | 156ce4d4d5dd84a79b6a0826bbea913b40bf046d (diff) | |
| download | homebrew-9bf46c6c06b91699716b7214a60cb1c721e6820e.tar.bz2 | |
ssh-copy-id 6.2p2
Closes #20942.
Signed-off-by: Adam Vandenberg <flangy@gmail.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 5b262b8a2..c9939c1de 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.2p1.tar.gz' -  mirror 'http://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/openssh-6.2p1.tar.gz' -  version '6.2p1' -  sha256 '58690267d7455f444e87c2f8cd9be91fc686ffc0c02d1ebd0be2ab68149f7160' +  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'    def install      bin.install 'contrib/ssh-copy-id'  | 
