diff options
| author | asaph | 2014-04-23 10:38:01 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-04-23 16:04:27 -0500 |
| commit | d5d3482867a63b3e8eb44d86a74a5a06d47a1c2d (patch) | |
| tree | 7c3e6dcaf8b7eac32335c9e722b853c353306d6a /Library/Formula/dos2unix.rb | |
| parent | da18b3e7fd843072a04528b4d2d940a9addab689 (diff) | |
| download | homebrew-d5d3482867a63b3e8eb44d86a74a5a06d47a1c2d.tar.bz2 | |
dos2unix 6.0.5
Closes #28647.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/dos2unix.rb')
| -rw-r--r-- | Library/Formula/dos2unix.rb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index 62b34985b..c37930cd3 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/Formula/dos2unix.rb @@ -2,8 +2,8 @@ require 'formula' class Dos2unix < Formula homepage 'http://waterlan.home.xs4all.nl/dos2unix.html' - url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.4.tar.gz' - sha1 '93d73148c09908a42dcbf5339312c9aa1f18ba7c' + url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.5.tar.gz' + sha1 'b43d138e1713791ea5067c32afbcd7a32655d2fa' patch do url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-pod-encoding.patch' @@ -12,11 +12,6 @@ class Dos2unix < Formula depends_on 'gettext' - devel do - url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.5-beta11.tar.gz' - sha1 'f7d17dc4dbf723c81d1459b9664fc8045a77541d' - end - def install gettext = Formula["gettext"] system "make", "prefix=#{prefix}", |
