vmtouch: add 1.0.2 bottle.
This commit is contained in:
parent
99193f903a
commit
6803e1aa13
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Vmtouch < Formula
|
|||
sha256 "48d41e5b805a0fcac46c12feeb4650e4b9def44b75d528d7c66c2f8b3a747c39"
|
||||
head "https://github.com/hoytech/vmtouch.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "74991a9f3757f098c7b5862cdae1c0b6c4b0285e633747aaca9c05a22c43d993" => :el_capitan
|
||||
sha256 "f49f5774c4fb73abcddd32ef282e083fd4902b408fb1c39b4c317231dad2d015" => :yosemite
|
||||
sha256 "747326a692d1d48b1eb4fecc666df674b625954e85180620ad3d723c438543a2" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "install", "PREFIX=#{prefix}", "MANDIR=#{man}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue