From 180c1082a1d8ac683efcf6202745c754addb41ec Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sat, 27 Sep 2014 19:18:57 +0100 Subject: [PATCH] dnstop: add 20140915 bottle. --- Formula/dnstop.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/dnstop.rb b/Formula/dnstop.rb index f84313ee49..3407f7a371 100644 --- a/Formula/dnstop.rb +++ b/Formula/dnstop.rb @@ -5,6 +5,13 @@ class Dnstop < Formula url "http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20140915.tar.gz" sha1 "af1567d6b53e8be697b884508a2a3a0edbea5e01" + bottle do + cellar :any + sha1 "b46e65deaf30b6bb4f991cfa9aaeaee95417738f" => :mavericks + sha1 "81b0e4d18732f08db7b922d328f006302ac4471d" => :mountain_lion + sha1 "1ab48a2e5c2e6cc29e1be2d588a9e827accd2fe5" => :lion + end + def install system "./configure", "--prefix=#{prefix}" system "make"