diff options
| author | Brett Koonce | 2014-09-27 10:54:09 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-09-27 11:36:03 -0700 |
| commit | 0a234c7d6ace5861ff8e6c9ae5f054ee4cd04452 (patch) | |
| tree | 65c24efe2842b934cc45c242ee04736f09fb6da6 | |
| parent | b4212924dd0d7be03590884b123e7422c387c023 (diff) | |
| download | homebrew-0a234c7d6ace5861ff8e6c9ae5f054ee4cd04452.tar.bz2 | |
dos2unix 7.0
| -rw-r--r-- | Library/Formula/dos2unix.rb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index 41df0d75e..5df8f1fb6 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/Formula/dos2unix.rb @@ -2,17 +2,12 @@ require "formula" class Dos2unix < Formula homepage "http://waterlan.home.xs4all.nl/dos2unix.html" - url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.6.tar.gz" - mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/6.0.6/dos2unix-6.0.6.tar.gz" - sha1 "95db60b4483fc66d93f96fb810e3eccd58e22dbb" + url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.0.tar.gz" + mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.0.0/dos2unix-7.0.tar.gz" + sha1 "a0c5d20b95f87556ddad226217cc9998c5a0bb70" depends_on "gettext" - devel do - url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.1-beta5.tar.gz" - sha1 "39c2a344fc5ce7e3192c05cdd82835ca4110e9fa" - end - def install gettext = Formula["gettext"] system "make", "prefix=#{prefix}", |
