dos2unix 7.2.3

Closes Homebrew/homebrew#41795.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Tomasz Pajor 2015-07-16 23:46:00 +02:00 committed by Xu Cheng
parent ca4e579f0c
commit 50f58c3e74

View file

@ -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.2.2.tar.gz"
mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.2.2/dos2unix-7.2.2.tar.gz"
sha256 "9c23907296267fa4ea66e1ee03eb6f6229cf7b64968318d00a77076ae89c2612"
url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.2.3.tar.gz"
mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.2.3/dos2unix-7.2.3.tar.gz"
sha256 "8039ea97a9fc3b0bffed0218099aeb078ebb550127fa6c10e2647aad52669c83"
bottle do
cellar :any
@ -14,8 +14,8 @@ class Dos2unix < Formula
end
devel do
url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.2.3-beta1.tar.gz"
sha256 "59cea39b181913532bf9e9c234a142c15e330d5eee145cd6b90f54becd6ec27b"
url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.3-beta3.tar.gz"
sha256 "4b34d0aa81891795566982af901a84efd54344e1e1bcba138329eb5afe0fdc68"
end
option "with-gettext", "Build with Native Language Support"