diff options
| -rw-r--r-- | Library/Formula/cabextract.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/cabextract.rb b/Library/Formula/cabextract.rb index 2ce114843..923527b18 100644 --- a/Library/Formula/cabextract.rb +++ b/Library/Formula/cabextract.rb @@ -1,7 +1,7 @@ class Cabextract < Formula homepage "http://www.cabextract.org.uk/" - url "http://www.cabextract.org.uk/cabextract-1.4.tar.gz" - sha1 "b1d5dd668d2dbe95b47aad6e92c0b7183ced70f1" + url "http://www.cabextract.org.uk/cabextract-1.5.tar.gz" + sha1 "7ddb31072590a807bef09234f46f940e1ba51067" bottle do cellar :any @@ -12,6 +12,7 @@ class Cabextract < Formula def install system "./configure", "--disable-dependency-tracking", + "--disable-silent-rules", "--prefix=#{prefix}" system "make", "install" end |
