From c1fc6f5be4826847ea483c97d95c95df368c16d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Tue, 13 Jan 2015 12:51:12 +0000 Subject: [PATCH] bam: add 0.4.0 bottle. --- Formula/bam.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/bam.rb b/Formula/bam.rb index ce922e2364..32cfd127c0 100644 --- a/Formula/bam.rb +++ b/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"