diff options
| author | BrewTestBot | 2015-04-01 10:24:56 +0100 |
|---|---|---|
| committer | Xu Cheng | 2015-04-03 16:52:47 +0800 |
| commit | b4f9e995c1dc7bcdef7394702526326f11f5cefc (patch) | |
| tree | 3b64a1a51348d07fb6edb9f9eb10179f50a6ef8c /Library | |
| parent | dd061c7b7fe71848f96abdb223908505207514ca (diff) | |
| download | homebrew-b4f9e995c1dc7bcdef7394702526326f11f5cefc.tar.bz2 | |
ioping: add 0.9 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ioping.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ioping.rb b/Library/Formula/ioping.rb index 0f12b0008..a80547a18 100644 --- a/Library/Formula/ioping.rb +++ b/Library/Formula/ioping.rb @@ -5,6 +5,13 @@ class Ioping < Formula head "https://github.com/koct9i/ioping.git" + bottle do + cellar :any + sha256 "3e41312ac455f0901b365b8c60de6c55869cea417ce57960ed9affb9721690d0" => :yosemite + sha256 "e0c9fd5902a4147e866f38c4d4123f9133ad7cfbe10ab1f9d2e78a887ee0603a" => :mavericks + sha256 "a01eb9b7c2a39d65fcfc55a70be1333ec0f1df19ad2582dec81a6e40b7ab95c8" => :mountain_lion + end + def install system "make" system "make", "install", "PREFIX=#{prefix}" |
