diff options
| author | Adam Vandenberg | 2012-02-08 22:03:59 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-08 22:03:59 -0800 |
| commit | 76127a38827b10b7778d11ac52202058dc091c82 (patch) | |
| tree | 86bed732bc457fc8c947742d3993bdbefe328026 | |
| parent | 2ebcf6980c53db63c94ec49fe0d07943e991a2fa (diff) | |
| download | homebrew-76127a38827b10b7778d11ac52202058dc091c82.tar.bz2 | |
atool 0.38.0
| -rw-r--r-- | Library/Formula/atool.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/atool.rb b/Library/Formula/atool.rb index 4bc0e3995..5838056a3 100644 --- a/Library/Formula/atool.rb +++ b/Library/Formula/atool.rb @@ -1,14 +1,14 @@ require 'formula' class Atool < Formula - url 'http://savannah.nongnu.org/download/atool/atool-0.37.0.tar.gz' + url 'http://savannah.nongnu.org/download/atool/atool-0.38.0.tar.gz' homepage 'http://www.nongnu.org/atool/' - md5 '2607e9b19518af4145be8a6bed454477' + md5 'bf05a07f7b35415d146b2e21edc1ebbf' depends_on "gnu-sed" def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}" # OS X sed doesn't work; use GNU sed inreplace 'Makefile', 'sed -r', '#{HOMEBREW_PREFIX}/bin/gsed' system "make install" |
