aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-09-10 14:34:00 +0100
committerMike McQuaid2014-09-10 15:26:59 +0100
commit249e954a648c7f7f697f0d19377773d2160a485a (patch)
tree7443129df12199024d7bfe02f3ff4204dcd60579 /Library
parent9a5e6d42d36b2cedf07f5b4378ff2d3908816a98 (diff)
downloadhomebrew-249e954a648c7f7f697f0d19377773d2160a485a.tar.bz2
ndpi: add 1.5.1 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ndpi.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ndpi.rb b/Library/Formula/ndpi.rb
index e692785f3..79af7f783 100644
--- a/Library/Formula/ndpi.rb
+++ b/Library/Formula/ndpi.rb
@@ -5,6 +5,13 @@ class Ndpi < Formula
url "https://downloads.sourceforge.net/project/ntop/nDPI/libndpi-1.5.1.tar.gz"
sha1 "0a6ed585545ab6611f3f0ac9efd9eb36bb5481dd"
+ bottle do
+ cellar :any
+ sha1 "81793f54b751d220e7f2bd2389f48e975a84c153" => :mavericks
+ sha1 "2384472ca14acbfa1e8be322f8ed0cd00b7cf608" => :mountain_lion
+ sha1 "b5e612452ecad91acecb4692b2b7fd24ada70b21" => :lion
+ end
+
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "pkg-config" => :build