From 0c70e903be074b40c97aadf3d128e3241e9f095d Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 12 Jan 2015 10:04:26 +0000 Subject: [PATCH] uncrustify: add 0.61 bottle. --- Formula/uncrustify.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/uncrustify.rb b/Formula/uncrustify.rb index ae3465adc0..493c830e8d 100644 --- a/Formula/uncrustify.rb +++ b/Formula/uncrustify.rb @@ -5,6 +5,13 @@ class Uncrustify < Formula head "https://github.com/bengardner/uncrustify.git" + bottle do + cellar :any + sha1 "82e6f950648e0a04411e84a563ff96a50b2b8efc" => :yosemite + sha1 "9040d701020412937138be6e1521d136d44961b3" => :mavericks + sha1 "999421447b999f73f5850e3275e5f47775e0cc27" => :mountain_lion + end + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"