aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tcping.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tcping.rb b/Library/Formula/tcping.rb
index 4ffd7a9a0..3d8e81cfb 100644
--- a/Library/Formula/tcping.rb
+++ b/Library/Formula/tcping.rb
@@ -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"