aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-03-29 18:21:12 +0100
committerXu Cheng2015-03-30 11:28:06 +0800
commitf385b8d427beb713683d02a1b7c3e38426e17736 (patch)
tree0bfe3a6396e8e21c1e99a64ab13fbf6ae0383366 /Library/Formula
parent88ea471de243cd00cfbe193ee85b9408d55ab147 (diff)
downloadhomebrew-f385b8d427beb713683d02a1b7c3e38426e17736.tar.bz2
ucl: add 1.03 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ucl.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ucl.rb b/Library/Formula/ucl.rb
index 1e389f965..4aa84ced4 100644
--- a/Library/Formula/ucl.rb
+++ b/Library/Formula/ucl.rb
@@ -3,6 +3,13 @@ class Ucl < Formula
url "http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz"
sha256 "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348"
+ bottle do
+ cellar :any
+ sha256 "32a54309c092854fc5a4a443a1e9d33fb677ff257d983ea7d5b0eb7bb90d3b2e" => :yosemite
+ sha256 "3c334012766dce80dac49d279be1be1ae4a1fc5df188cc19a25ba1bec84305a9" => :mavericks
+ sha256 "4190f1602c52b934a93581741fcccba8dad4e8dc4f478342d71b1b564cd62834" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",