dos2unix 7.3.2
Closes Homebrew/homebrew#47291. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
733742a5c2
commit
61e95c3fa1
1 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
class Dos2unix < Formula
|
||||
desc "Convert text between DOS, UNIX, and Mac formats"
|
||||
homepage "http://waterlan.home.xs4all.nl/dos2unix.html"
|
||||
url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.3.1.tar.gz"
|
||||
mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.3.1/dos2unix-7.3.1.tar.gz"
|
||||
sha256 "f4d5df24d181c2efecf7631aab6e894489012396092cf206829f1f9a98556b94"
|
||||
url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.3.2.tar.gz"
|
||||
mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.3.2/dos2unix-7.3.2.tar.gz"
|
||||
sha256 "c7e8ee0bb3e001cc25a4a908d9a81ac52d124133d6a524a59f995bc90d438689"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -12,11 +12,6 @@ class Dos2unix < Formula
|
|||
sha256 "cc94e34364107792aa714a8e763389badef404097866c642d2446629c52aa21e" => :mavericks
|
||||
end
|
||||
|
||||
devel do
|
||||
url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.3.2-beta4.tar.gz"
|
||||
sha256 "af033c7d992e72c666864f4a33e7a24a8c273909e1e45a5d497b12517076866e"
|
||||
end
|
||||
|
||||
option "with-gettext", "Build with Native Language Support"
|
||||
|
||||
depends_on "gettext" => :optional
|
||||
|
|
Loading…
Reference in a new issue