aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-06-29 01:31:30 +0100
committerJack Nagel2014-06-28 19:34:39 -0500
commit3954341f7cc25ee1ae54025a7e8ada3e8a95155f (patch)
tree69959a4de4db47056c6590888b0de4fa555303ff
parentd2108b0c21fd119d299f75cc5da4990b242802ca (diff)
downloadhomebrew-3954341f7cc25ee1ae54025a7e8ada3e8a95155f.tar.bz2
arping: add 2.13 bottle.
-rw-r--r--Library/Formula/arping.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/arping.rb b/Library/Formula/arping.rb
index ffb60b508..30b18f762 100644
--- a/Library/Formula/arping.rb
+++ b/Library/Formula/arping.rb
@@ -5,6 +5,13 @@ class Arping < Formula
url "https://github.com/ThomasHabets/arping/archive/arping-2.13.tar.gz"
sha1 "a253cdfcb83360d4acd5e4fe1d84ed8105a94829"
+ bottle do
+ cellar :any
+ sha1 "eabc0dbfda6ff745d722a9f9f7ff84db64381ccd" => :mavericks
+ sha1 "38b7d22becfe47fd17ba3dd856fd17f6c90ffbc8" => :mountain_lion
+ sha1 "877c2e5384864515e5861c8d3784d63440097433" => :lion
+ end
+
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libnet"