Skip to content

Commit

Permalink
help2man 1.40.5
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Jan 4, 2012
1 parent aee6ace commit 7d372ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/help2man.rb
@@ -1,10 +1,10 @@
require 'formula'

class Help2man < Formula
url 'http://ftpmirror.gnu.org/help2man/help2man-1.40.4.tar.gz'
mirror 'http://ftp.gnu.org/gnu/help2man/help2man-1.40.4.tar.gz'
url 'http://ftpmirror.gnu.org/help2man/help2man-1.40.5.tar.gz'
mirror 'http://ftp.gnu.org/gnu/help2man/help2man-1.40.5.tar.gz'
homepage 'http://www.gnu.org/software/help2man/'
md5 '4d79dc7cb7c20019c2a3650d35259c45'
md5 '75a7d2f93765cd367aab98986a75f88c'

def install
system "./configure", "--prefix=#{prefix}"
Expand Down

0 comments on commit 7d372ed

Please sign in to comment.