aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-03-06 20:34:40 +0000
committerMike McQuaid2014-03-07 10:48:32 +0000
commit1cb5cfbce3561a9b93af902ba6626b557f325c8e (patch)
treea2787f40e6d8f407914404c33ec582c2ce6072ab /Library/Formula
parent4b58f7c7a7d7b4fc23f4f647a77308c8fe2aa882 (diff)
downloadhomebrew-1cb5cfbce3561a9b93af902ba6626b557f325c8e.tar.bz2
lhasa: add 0.2.0 bottle.
Closes #27260. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lhasa.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/lhasa.rb b/Library/Formula/lhasa.rb
index 775b2eba3..321222d62 100644
--- a/Library/Formula/lhasa.rb
+++ b/Library/Formula/lhasa.rb
@@ -6,6 +6,13 @@ class Lhasa < Formula
sha1 "95dae252410648f629b275dedef218f81b835b3b"
head "https://github.com/fragglet/lhasa.git"
+ bottle do
+ cellar :any
+ sha1 "31020074660df16a6a8103ec7cc27e243d053d38" => :mavericks
+ sha1 "b1758087df7ecdd4e206391c0fb6a6fa4d36bdc0" => :mountain_lion
+ sha1 "ca05444eab009813f610815c319c91705bb397a1" => :lion
+ end
+
conflicts_with "lha", :because => "both install a `lha` binary"
depends_on "pkg-config" => :build