aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-03-12 19:39:25 +0000
committerMike McQuaid2015-03-12 19:44:01 +0000
commitb0324fcfc77c9ef5b530e9165fd48aa1f430b091 (patch)
treeace15d572afa878d6652fe089ad9eff1cffecb69
parent5ae725a4c8c67d59197cac9de0143ce52a7c4e2e (diff)
downloadhomebrew-b0324fcfc77c9ef5b530e9165fd48aa1f430b091.tar.bz2
ptunnel: add 0.72 bottle.
-rw-r--r--Library/Formula/ptunnel.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ptunnel.rb b/Library/Formula/ptunnel.rb
index 950512038..4d94168b8 100644
--- a/Library/Formula/ptunnel.rb
+++ b/Library/Formula/ptunnel.rb
@@ -3,6 +3,13 @@ class Ptunnel < Formula
url "http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-0.72.tar.gz"
sha256 "b318f7aa7d88918b6269d054a7e26f04f97d8870f47bd49a76cb2c99c73407a4"
+ bottle do
+ cellar :any
+ sha256 "b2b0466103ab28caf40e4f3c7973ecbd52b4f50c18a91d741fbda96941e44437" => :yosemite
+ sha256 "a62f7bef1e4d37a0b3619864e1527c32ff64b26cbd9367e692f585e80e861e9c" => :mavericks
+ sha256 "6a3a558951e2ed11a4cb888d02dfde652145eb8175677e6a3b65f9c928117751" => :mountain_lion
+ end
+
def install
system "make", "install", "prefix=#{prefix}"
end