aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-06-29 04:47:43 +0100
committerMike McQuaid2014-06-29 12:16:04 +0100
commitf8793932eb364c420da1606f35d1103c7d4d305b (patch)
treeb668ecd59852fefe083ebcfc4428d47c96176a57 /Library/Formula
parent2cdf45ffcf165e1c6d18e67ed61f8947cf337ce0 (diff)
downloadhomebrew-f8793932eb364c420da1606f35d1103c7d4d305b.tar.bz2
arp-scan: add 1.9 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/arp-scan.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/arp-scan.rb b/Library/Formula/arp-scan.rb
index 1566b45f8..ed1666d02 100644
--- a/Library/Formula/arp-scan.rb
+++ b/Library/Formula/arp-scan.rb
@@ -5,6 +5,12 @@ class ArpScan < Formula
url 'http://www.nta-monitor.com/files/arp-scan/arp-scan-1.9.tar.gz'
sha1 '6bf698572b21242778df9d2019fd386b2a21a135'
+ bottle do
+ sha1 "90cc962c894c21bddbaf2d88fe47c9fcef784c47" => :mavericks
+ sha1 "25fca5b74656e3facbd40963e550042a993f4cac" => :mountain_lion
+ sha1 "9b693b9695209bec034828b827f8f84574492b34" => :lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"