tcping: add 1.3.5 bottle.
This commit is contained in:
parent
33f4fab93c
commit
64d8d7f720
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ class Tcping < Formula
|
|||
url "http://www.linuxco.de/tcping/tcping-1.3.5.tar.gz"
|
||||
sha1 "ecc5fe7fb2f8e86a1fc2d09651310b26fa922c7b"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "d0a50ca49925897916c3ab8e06b0a2c3aa6cb48b" => :yosemite
|
||||
sha1 "38d8390423e2fc6c4005589f7fa7eff28d065372" => :mavericks
|
||||
sha1 "539939ac73c05e53d4304f17c5f91fdc078dec7d" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "tcping"
|
||||
|
|
Loading…
Reference in a new issue