diff options
| author | Jack Nagel | 2011-08-25 20:18:41 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2011-08-25 20:18:41 -0500 | 
| commit | 65f371e6be358ab365172ae9f0009af376cc4bf2 (patch) | |
| tree | cebadf7c75d30a2e1e686a5bf12a28cd1ad25922 /Library/Formula/ssh-copy-id.rb | |
| parent | 99918c08f57e5c1866dd349725c12b6d0bea45a9 (diff) | |
| download | homebrew-65f371e6be358ab365172ae9f0009af376cc4bf2.tar.bz2 | |
ssh-copy-id: obtain from latest OpenSSH package
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ssh-copy-id.rb')
| -rw-r--r-- | Library/Formula/ssh-copy-id.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ssh-copy-id.rb b/Library/Formula/ssh-copy-id.rb index ededeb779..661146101 100644 --- a/Library/Formula/ssh-copy-id.rb +++ b/Library/Formula/ssh-copy-id.rb @@ -1,10 +1,10 @@  require 'formula'  class SshCopyId < Formula -  url 'http://ftp.heanet.ie/pub/OpenBSD/OpenSSH/portable/openssh-5.5p1.tar.gz' -  version '5.5p1' +  url 'http://ftp.lambdaserver.com/pub/OpenBSD/OpenSSH/portable/openssh-5.8p2.tar.gz' +  version '5.8p2'    homepage 'http://openssh.org/' -  md5 '88633408f4cb1eb11ec7e2ec58b519eb' +  sha1 '64798328d310e4f06c9f01228107520adbc8b3e5'    def install      bin.install 'contrib/ssh-copy-id'  | 
