Skip to content

Commit

Permalink
openssh 5.8p2
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
tabletcorry authored and jacknagel committed Aug 26, 2011
1 parent 32aa615 commit f514099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions duplicates/openssh.rb
@@ -1,10 +1,10 @@
require 'formula'

class Openssh < Formula
url 'ftp://ftp.lambdaserver.com/pub/OpenBSD/OpenSSH/portable/openssh-5.4p1.tar.gz'
url 'ftp://ftp.lambdaserver.com/pub/OpenBSD/OpenSSH/portable/openssh-5.8p2.tar.gz'
homepage 'http://www.openssh.com/'
md5 'da10af8a789fa2e83e3635f3a1b76f5e'
version '5.4p1'
sha1 '64798328d310e4f06c9f01228107520adbc8b3e5'
version '5.8p2'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--with-libedit", "--prefix=#{prefix}"
Expand Down

0 comments on commit f514099

Please sign in to comment.