dos2unix 6.0.5
Closes Homebrew/homebrew#28647. Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
24ee90c9c0
commit
7fceb982b9
1 changed files with 2 additions and 7 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Dos2unix < Formula
|
||||
homepage 'http://waterlan.home.xs4all.nl/dos2unix.html'
|
||||
url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.4.tar.gz'
|
||||
sha1 '93d73148c09908a42dcbf5339312c9aa1f18ba7c'
|
||||
url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.5.tar.gz'
|
||||
sha1 'b43d138e1713791ea5067c32afbcd7a32655d2fa'
|
||||
|
||||
patch do
|
||||
url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-pod-encoding.patch'
|
||||
|
@ -12,11 +12,6 @@ class Dos2unix < Formula
|
|||
|
||||
depends_on 'gettext'
|
||||
|
||||
devel do
|
||||
url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.5-beta11.tar.gz'
|
||||
sha1 'f7d17dc4dbf723c81d1459b9664fc8045a77541d'
|
||||
end
|
||||
|
||||
def install
|
||||
gettext = Formula["gettext"]
|
||||
system "make", "prefix=#{prefix}",
|
||||
|
|
Loading…
Reference in a new issue