kqwait: add 1.0.3 bottle.
This commit is contained in:
parent
eed35a8808
commit
a29c874d5d
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Kqwait < Formula
|
|||
|
||||
head "https://github.com/sschober/kqwait.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "889401570c96026d7e343d48165cd2bc61735678e0125902e7d36680fa64d9a9" => :el_capitan
|
||||
sha256 "c65e153f40c8f7a3e8732f4cb386e2758cdff079e7600524011ca7c6d1da4a0d" => :yosemite
|
||||
sha256 "12b37969bfe8cabc32eef282d25cab5c5f973f91d29345c9d1a6ea9a61de0c68" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "kqwait"
|
||||
|
|
Loading…
Reference in a new issue