diff options
| author | Jack Nagel | 2011-10-17 14:03:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-10-17 14:04:16 -0500 |
| commit | b0ada9ce7faa36a5495beaeccb8f6adce4922433 (patch) | |
| tree | 013746d982dd8fd1b27eb39fe15dcaf6b7407cf7 /Library/Formula/ssh-copy-id.rb | |
| parent | 998c8b409b8402c9a0ebf4043409432449002415 (diff) | |
| download | homebrew-b0ada9ce7faa36a5495beaeccb8f6adce4922433.tar.bz2 | |
ssh-copy-id: update version string
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ssh-copy-id.rb b/Library/Formula/ssh-copy-id.rb index 275185d2c..6d0883b4d 100644 --- a/Library/Formula/ssh-copy-id.rb +++ b/Library/Formula/ssh-copy-id.rb @@ -2,7 +2,7 @@ require 'formula' class SshCopyId < Formula url 'http://ftp.lambdaserver.com/pub/OpenBSD/OpenSSH/portable/openssh-5.9p1.tar.gz' - version '5.8p2' + version '5.9p1' homepage 'http://openssh.org/' sha1 'ac4e0055421e9543f0af5da607a72cf5922dcc56' |
