From 87723129a2c4ab40e389611c5bde89a03ebedbbd Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 17 Nov 2014 08:51:38 +0000 Subject: [PATCH] astyle: add 2.04 bottle. --- Formula/astyle.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/astyle.rb b/Formula/astyle.rb index 6ea7ea1014..03d953fe40 100644 --- a/Formula/astyle.rb +++ b/Formula/astyle.rb @@ -6,6 +6,13 @@ class Astyle < Formula sha1 "2aa956c4521a1163da6a8be741786fd89c1f39a7" head "svn://svn.code.sf.net/p/astyle/code/trunk/AStyle" + bottle do + cellar :any + sha1 "9228d8c5a0d97b26c6df18af9d1df5148edb1cd7" => :yosemite + sha1 "cd2c3c120969f037dbf7e9fd20bb764b7bf2c7b1" => :mavericks + sha1 "c4b8fb8f1d50e067c3c671d1522f5745cf69b94c" => :mountain_lion + end + def install cd "src" do system "make", "CXX=#{ENV.cxx}", "-f", "../build/mac/Makefile"