bro 2.6.1

Closes #37273.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Caleb Xu 2019-02-24 02:34:56 -05:00 committed by Chongyu Zhu
parent df904e5fa6
commit 78fb57d169
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -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"