daq 0.6.2
Closes Homebrew/homebrew#12252. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
590186bfb8
commit
13a81dc71b
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Daq < Formula
|
||||
url 'http://www.snort.org/dl/snort-current/daq-0.5.tar.gz'
|
||||
homepage 'http://www.snort.org/'
|
||||
md5 'ea9d8147f39c44ce00dd2d7eb19ce0ea'
|
||||
url 'http://www.snort.org/dl/snort-current/daq-0.6.2.tar.gz'
|
||||
md5 '6ea8aaa6f067f8b8ef6de45b95d55875'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue