Skip to content

Commit

Permalink
daq 2.0.5
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#40430.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
  • Loading branch information
bfontaine committed Jun 5, 2015
1 parent 1095ed1 commit 4aeb939
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Formula/daq.rb
@@ -1,10 +1,8 @@
require "formula"

class Daq < Formula
desc "Network intrusion prevention and detection system"
homepage "http://www.snort.org/"
url "https://www.snort.org/downloads/snort/daq-2.0.4.tar.gz"
sha1 "f2d798e303959c8f2d4a31481f4983fc4d8ba1d9"
homepage "https://www.snort.org/"
url "https://www.snort.org/downloads/snort/daq-2.0.5.tar.gz"
sha256 "7704b5db858732142586f5043deb0733e2c396535c83081e918fb6993258bc6d"

bottle do
cellar :any
Expand All @@ -19,4 +17,8 @@ def install
"--prefix=#{prefix}"
system "make", "install"
end

test do
assert File.exist? "#{include}/daq.h"
end
end

0 comments on commit 4aeb939

Please sign in to comment.