diff options
| author | Brett Koonce | 2014-08-21 19:47:03 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-08-21 23:58:16 -0700 |
| commit | fc7e6660aeac4dbc906b307a18c16979f32e0590 (patch) | |
| tree | 63ede98c4572f5006c5ebafb6e2ac0cae301c8db | |
| parent | d690a4bc1c80163af2e9e424b710b98286587fb0 (diff) | |
| download | homebrew-fc7e6660aeac4dbc906b307a18c16979f32e0590.tar.bz2 | |
dos2unix 6.0.6/devel 6.1-beta1
Closes #31790.
| -rw-r--r-- | Library/Formula/dos2unix.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index 231503d06..004359f25 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/Formula/dos2unix.rb @@ -1,15 +1,15 @@ -require 'formula' +require "formula" class Dos2unix < Formula - homepage 'http://waterlan.home.xs4all.nl/dos2unix.html' - url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.5.tar.gz' - sha1 'b43d138e1713791ea5067c32afbcd7a32655d2fa' + homepage "http://waterlan.home.xs4all.nl/dos2unix.html" + url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.6.tar.gz" + sha1 "95db60b4483fc66d93f96fb810e3eccd58e22dbb" - depends_on 'gettext' + depends_on "gettext" devel do - url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.6-beta1.tar.gz' - sha1 '2ef5f0021c5a3f7a2e1a09faf33d5d410c18a44d' + url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.1-beta1.tar.gz" + sha1 "32c1f34a5b51d46617f875c482c7849db34fe1b9" end def install |
