diff options
| author | asaph | 2014-01-13 20:57:43 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-14 08:26:03 +0000 |
| commit | 432a7eeccbf0c71be05b5fe5cba001eab104f705 (patch) | |
| tree | ea27862f45993fc12737390f3faf8e7ec5c1b6d3 /Library | |
| parent | fd7d46c3d960c534eb9c955bb310e9f47b7b6c7e (diff) | |
| download | homebrew-432a7eeccbf0c71be05b5fe5cba001eab104f705.tar.bz2 | |
dos2unix --devel 6.0.5-beta1
Closes #25889.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dos2unix.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index 643f90923..d03a09d12 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/Formula/dos2unix.rb @@ -7,6 +7,11 @@ class Dos2unix < Formula depends_on 'gettext' + devel do + url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.5-beta1.tar.gz' + sha1 'bc00e0eb920c1aa02f7c99ccb355837ecce31b03' + end + def install gettext = Formula.factory("gettext") system "make", "prefix=#{prefix}", |
