aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-12 10:04:26 +0000
committerMike McQuaid2015-01-12 13:34:00 +0000
commit5205920cda24b9d4e6b441a98b1eb57ba64a55eb (patch)
tree0021c2eee175f0f175b3fe0d06ff6c542b4652ff /Library/Formula
parent8cce4de8afeef887f2c17356e918d57e43aa3db8 (diff)
downloadhomebrew-5205920cda24b9d4e6b441a98b1eb57ba64a55eb.tar.bz2
uncrustify: add 0.61 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/uncrustify.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/uncrustify.rb b/Library/Formula/uncrustify.rb
index ae3465adc..493c830e8 100644
--- a/Library/Formula/uncrustify.rb
+++ b/Library/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}"