parent
df904e5fa6
commit
78fb57d169
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Bro < Formula
|
||||
desc "Network security monitor"
|
||||
homepage "https://www.bro.org"
|
||||
url "https://www.bro.org/downloads/bro-2.5.5.tar.gz"
|
||||
sha256 "18f2aeb10b4d935d85c115a1e4a93464b9750be19b34997cf6196b29118e73cf"
|
||||
url "https://www.bro.org/downloads/bro-2.6.1.tar.gz"
|
||||
sha256 "d9718b83fdae0c76eea5254a4b9470304c4d1d3778687de9a4fe0b5dffea521b"
|
||||
head "https://github.com/bro/bro.git"
|
||||
|
||||
bottle do
|
||||
|
@ -12,6 +12,7 @@ class Bro < Formula
|
|||
sha256 "d1a8841214d9cf4d4fcb0916c568ed763a8c385a01f28fd394025aafebbcd971" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "bison" => :build
|
||||
depends_on "cmake" => :build
|
||||
depends_on "swig" => :build
|
||||
depends_on "geoip"
|
||||
|
|
Loading…
Reference in a new issue