aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-07-21 00:46:43 +0100
committerJack Nagel2014-07-20 18:48:13 -0500
commitfecc5492ea35a5f3a8155e90d23f73ff7679c12e (patch)
treea0d338a521ce41240651faa7f90b9ba893b0fb82
parent5266f6a1444c9be4f75b7a60d0f8681ea1e0c388 (diff)
downloadhomebrew-fecc5492ea35a5f3a8155e90d23f73ff7679c12e.tar.bz2
arping: update 2.13 bottle.
Fixes #30984.
-rw-r--r--Library/Formula/arping.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/arping.rb b/Library/Formula/arping.rb
index 30b18f762..e2952044a 100644
--- a/Library/Formula/arping.rb
+++ b/Library/Formula/arping.rb
@@ -7,9 +7,10 @@ class Arping < Formula
bottle do
cellar :any
- sha1 "eabc0dbfda6ff745d722a9f9f7ff84db64381ccd" => :mavericks
- sha1 "38b7d22becfe47fd17ba3dd856fd17f6c90ffbc8" => :mountain_lion
- sha1 "877c2e5384864515e5861c8d3784d63440097433" => :lion
+ revision 1
+ sha1 "1db7d1377a337897e878c430495d6dc6c7cd8979" => :mavericks
+ sha1 "283a532a27da9619d90c2912d794a017d6badf11" => :mountain_lion
+ sha1 "6c7f3ef664dc3f119b1d6f0bbabbeeceddcd8941" => :lion
end
depends_on "autoconf" => :build