diff options
| author | Jack Nagel | 2011-09-08 17:56:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-09-08 17:56:42 -0500 |
| commit | 2d207f9a2690d0e11e057e1f1279df924d051a1c (patch) | |
| tree | fccac65c7a437f6b3a1501aecd01aa3c7c20dd63 /Library/Formula | |
| parent | 76d48db9f7a9ee2d662087382631f2ad4b77d057 (diff) | |
| download | homebrew-2d207f9a2690d0e11e057e1f1279df924d051a1c.tar.bz2 | |
dos2unix: use new homepage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dos2unix.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index efe6ca898..2c44de38c 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/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" |
