From 61e95c3fa16c030e368cbc8ab8f34423391de906 Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Wed, 23 Dec 2015 12:19:51 +0100 Subject: [PATCH] dos2unix 7.3.2 Closes Homebrew/homebrew#47291. Signed-off-by: Baptiste Fontaine --- Formula/dos2unix.rb | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Formula/dos2unix.rb b/Formula/dos2unix.rb index 54c4465750..210bc00413 100644 --- a/Formula/dos2unix.rb +++ b/Formula/dos2unix.rb @@ -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