dos2unix 7.2.2
Closes Homebrew/homebrew#40907. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
04061b7e43
commit
379fc45977
1 changed files with 8 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
|||
require "formula"
|
||||
|
||||
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.1.tar.gz"
|
||||
mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.2.1/dos2unix-7.2.1.tar.gz"
|
||||
sha256 "53928aa9abbf49939fc0b84f408a4820d11e77e41d832612c37168f98c6945f3"
|
||||
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"
|
||||
|
||||
bottle do
|
||||
sha256 "616b1396b9e1860b236adce47dbaa61a216eb5eb13dd9b32d29f351b4d8f0f81" => :yosemite
|
||||
|
@ -13,6 +11,11 @@ class Dos2unix < Formula
|
|||
sha256 "2bc7821ed30d3b4ba34885bcf4f0435e8838bb5f6aa16f145c0f5443fbab3062" => :mountain_lion
|
||||
end
|
||||
|
||||
devel do
|
||||
url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.2.3-beta1.tar.gz"
|
||||
sha256 "59cea39b181913532bf9e9c234a142c15e330d5eee145cd6b90f54becd6ec27b"
|
||||
end
|
||||
|
||||
depends_on "gettext"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue