aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authornibbles 2bits2012-05-07 03:26:33 -0700
committerAdam Vandenberg2012-05-07 06:32:18 -0700
commit2b3163d8689bea2badfc074d35cf7afafdd693b9 (patch)
tree9684bd1b42210cca0ffbc55c6598f4cc16914661 /Library
parentf9651011f35686f26ce6eeb0fafb9be69d35e9d1 (diff)
downloadhomebrew-2b3163d8689bea2badfc074d35cf7afafdd693b9.tar.bz2
dos2unix 6.0
Upgrade dos2unix to version 6.0. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dos2unix.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb
index bf52cdb6c..02fdb1a9e 100644
--- a/Library/Formula/dos2unix.rb
+++ b/Library/Formula/dos2unix.rb
@@ -1,9 +1,9 @@
require 'formula'
class Dos2unix < Formula
- url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-5.3.1.tar.gz'
- md5 '438c48ebd6891b80b58de14c022ca69e'
homepage 'http://waterlan.home.xs4all.nl/dos2unix.html'
+ url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.tar.gz'
+ sha1 '77ff5b9203f2a0abc4900c00d69e8d5b67d617a5'
depends_on "gettext" if ARGV.include? "--enable-nls"