From 689146ef9f1020041846d0b284ccb6ebac6a559b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 8 Sep 2011 17:56:09 -0500 Subject: [PATCH] dos2unix: use new homepage Signed-off-by: Jack Nagel --- Formula/dos2unix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dos2unix.rb b/Formula/dos2unix.rb index efe6ca898f..2c44de38c9 100644 --- a/Formula/dos2unix.rb +++ b/Formula/dos2unix.rb @@ -1,9 +1,9 @@ require 'formula' class Dos2unix < Formula - url 'http://sourceforge.net/projects/dos2unix/files/dos2unix/5.3.1/dos2unix-5.3.1.tar.gz' + url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-5.3.1.tar.gz' md5 '438c48ebd6891b80b58de14c022ca69e' - homepage 'http://dos2unix.sourceforge.net/' + homepage 'http://waterlan.home.xs4all.nl/dos2unix.html' depends_on "gettext" if ARGV.include? "--enable-nls"