From 4e0033ec95cf6dc7302095d83369184da4396efc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 19 Mar 2012 16:11:34 -0500 Subject: [PATCH] help2man 1.40.7 Signed-off-by: Jack Nagel --- Formula/help2man.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/help2man.rb b/Formula/help2man.rb index 3a46216c84..738fd96a09 100644 --- a/Formula/help2man.rb +++ b/Formula/help2man.rb @@ -2,9 +2,9 @@ require 'formula' class Help2man < Formula homepage 'http://www.gnu.org/software/help2man/' - url 'http://ftpmirror.gnu.org/help2man/help2man-1.40.6.tar.gz' - mirror 'http://ftp.gnu.org/gnu/help2man/help2man-1.40.6.tar.gz' - sha1 '4a34dd9e74e1c17e2654269b41f1010ea1d9a387' + url 'http://ftpmirror.gnu.org/help2man/help2man-1.40.7.tar.gz' + mirror 'http://ftp.gnu.org/gnu/help2man/help2man-1.40.7.tar.gz' + sha1 '6df4a02f54629832a641f00be2c6b61cec0095d2' def install system "./configure", "--prefix=#{prefix}"