bro 2.1
This commit is contained in:
parent
f93c80b6ed
commit
0336c4a6e2
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Bro < Formula
|
class Bro < Formula
|
||||||
url 'http://www.bro-ids.org/downloads/release/bro-2.0.tar.gz'
|
|
||||||
homepage 'http://www.bro-ids.org/'
|
homepage 'http://www.bro-ids.org/'
|
||||||
md5 '2ea82a7b4cabf3ff70e26085494e527f'
|
url 'http://www.bro-ids.org/downloads/release/bro-2.1.tar.gz'
|
||||||
|
sha1 'c000a19831d46ecd448e1ec40ed84abfcf496b6f'
|
||||||
|
|
||||||
depends_on 'cmake' => :build
|
depends_on 'cmake' => :build
|
||||||
depends_on 'swig' => :build
|
depends_on 'swig' => :build
|
||||||
|
|
Loading…
Reference in a new issue