From 151d25bafefa79d2a97bc80ec34a529a933e2404 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sat, 9 Apr 2016 14:46:15 +0100 Subject: [PATCH] cocot: add 1.1-20120313 bottle. --- Formula/cocot.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/cocot.rb b/Formula/cocot.rb index 3571d1a8d7..db917bc7bc 100644 --- a/Formula/cocot.rb +++ b/Formula/cocot.rb @@ -6,6 +6,13 @@ class Cocot < Formula head "https://github.com/vmi/cocot.git" + bottle do + cellar :any_skip_relocation + sha256 "11efeaa69619030b19cbed51861d2af97d0e359bf3cd7d82b58af56e081911ae" => :el_capitan + sha256 "13cef35dc54d9715956e142ee7a4cc2dfae1a50276f111d595057654099db80b" => :yosemite + sha256 "307edb7057d0c5601ad9e1d9ad65cb15fd7416304b565deac6929e95f2295c74" => :mavericks + end + def install system "./configure", "--prefix=#{prefix}" system "make", "install"