Skip to content

Commit

Permalink
dos2unix 7.2.3
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#41795.

Signed-off-by: Xu Cheng <xucheng@me.com>
  • Loading branch information
nijikon authored and xu-cheng committed Jul 17, 2015
1 parent ca4e579 commit 50f58c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 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.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
Expand All @@ -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"
Expand Down

0 comments on commit 50f58c3

Please sign in to comment.