diff options
| author | BrewTestBot | 2015-01-13 12:51:12 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-13 13:18:34 +0000 | 
| commit | bbcdee2e4ec5be0a144f96c93739c197cce51d56 (patch) | |
| tree | 5d9519880345dcaec90b41d869a701624684f601 | |
| parent | f831cb43684fb52546ffc764ee1ea9545f4dbbf2 (diff) | |
| download | homebrew-bbcdee2e4ec5be0a144f96c93739c197cce51d56.tar.bz2 | |
bam: add 0.4.0 bottle.
| -rw-r--r-- | Library/Formula/bam.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/bam.rb b/Library/Formula/bam.rb index ce922e236..32cfd127c 100644 --- a/Library/Formula/bam.rb +++ b/Library/Formula/bam.rb @@ -5,6 +5,13 @@ class Bam < Formula    head "https://github.com/matricks/bam.git" +  bottle do +    cellar :any +    sha1 "7ec0b273b35f7e543cc6a1810a14e14062f81639" => :yosemite +    sha1 "6b531fb8df899d603f93262f87cfdcb8001b8436" => :mavericks +    sha1 "dce2512abc5625827a16becba635941b007c16dd" => :mountain_lion +  end +    def install      system "./make_unix.sh"      bin.install "bam" | 
