aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-01-05 17:54:34 +0000
committerMike McQuaid2015-01-05 19:15:48 +0000
commitaab66e6fae262885ea84ac5f3b98b3f80231c1fd (patch)
tree3d976e52e1c9db858a2dc7a7eff1f1e47faff213
parent47754577744ac6614c090de1fb9c8d6938de53a1 (diff)
downloadhomebrew-aab66e6fae262885ea84ac5f3b98b3f80231c1fd.tar.bz2
wellington: add 0.6.0 bottle.
-rw-r--r--Library/Formula/wellington.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/wellington.rb b/Library/Formula/wellington.rb
index 8dc91aff3..9657a892d 100644
--- a/Library/Formula/wellington.rb
+++ b/Library/Formula/wellington.rb
@@ -6,6 +6,12 @@ class Wellington < Formula
sha1 "c7d1c391f9e929796f92c4496f011c62546a12cd"
head "https://github.com/wellington/wellington.git"
+ bottle do
+ sha1 "4c2de0af6f0d18032e3d3722a328cbab4ca555d2" => :yosemite
+ sha1 "93fe2f24e449f8892d1401cf3fb8f9642d11d1ff" => :mavericks
+ sha1 "84d4941117e47a9c865aa5b9ac1c1f97295a04f9" => :mountain_lion
+ end
+
needs :cxx11
depends_on "go" => :build