lhasa: add 0.2.0 bottle.
Closes Homebrew/homebrew#27260. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
89ae1afd50
commit
b9bee2b124
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue