aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorDavid Manouchehri <david.manouchehri@riseup.net>2017-05-19 19:34:52 -0400
committerDavid Manouchehri <david.manouchehri@riseup.net>2017-05-19 19:34:52 -0400
commit867acf717a91d1ef4f722b38d43e11340dcbb9cc (patch)
tree8e8adb1f78a43379fc74b160f276ff0a09c15e99 /packages
parent185cd4fb30b32a66e766d939bf08dc68c11c8c4f (diff)
Added HEAD for homebrew.
Diffstat (limited to 'packages')
-rw-r--r--packages/homebrew/ndpi.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/homebrew/ndpi.rb b/packages/homebrew/ndpi.rb
index a3ea00458..9fdc6db8e 100644
--- a/packages/homebrew/ndpi.rb
+++ b/packages/homebrew/ndpi.rb
@@ -18,6 +18,8 @@ class Ndpi < Formula
depends_on "libtool" => :build
depends_on "json-c"
+ head "https://github.com/ntop/nDPI.git", :branch => "dev"
+
def install
system "./autogen.sh"
system "./configure", "--prefix=#{prefix}"