diff options
| author | BrewTestBot | 2015-01-08 05:16:55 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-08 10:07:03 +0000 | 
| commit | da768b974fb9b966e1ffb39561b8abe201c454ba (patch) | |
| tree | c2c17be23ec48dbff22114c4141c3d26706e8149 | |
| parent | 9937abbd3adc5f0e1de85b1ce07262f7b634a436 (diff) | |
| download | homebrew-da768b974fb9b966e1ffb39561b8abe201c454ba.tar.bz2 | |
atool: add 0.39.0 bottle.
| -rw-r--r-- | Library/Formula/atool.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/atool.rb b/Library/Formula/atool.rb index b07f93fe9..fa32d751f 100644 --- a/Library/Formula/atool.rb +++ b/Library/Formula/atool.rb @@ -3,6 +3,13 @@ class Atool < Formula    url "http://savannah.nongnu.org/download/atool/atool-0.39.0.tar.gz"    sha1 "40865bdc533f95fcaffdf8002889eb2ac67224a9" +  bottle do +    cellar :any +    sha1 "5bae1ea5b44d870cf9181ed061fe9ff2bb96351e" => :yosemite +    sha1 "886601266294c7e337f0f75f3b04c09a60590807" => :mavericks +    sha1 "22b2f19cfa180dd72929e5fb43d1444a206e660a" => :mountain_lion +  end +    def install      system "./configure", "--prefix=#{prefix}"      system "make", "install" | 
