diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lhasa.rb | 7 |
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 |
