aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/snort.rb9
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/snort.rb b/Library/Formula/snort.rb
index 188ba7556..7b4ba6ce9 100644
--- a/Library/Formula/snort.rb
+++ b/Library/Formula/snort.rb
@@ -5,14 +5,19 @@ class Snort < Formula
url 'https://www.snort.org/downloads/snort/snort-2.9.6.2.tar.gz'
sha1 '09068bc88dbb3fe47b2bff5803a7b3ef0c98395b'
+ devel do
+ url 'https://www.snort.org/downloads/snortdev/snort-2.9.7.0_beta.tar.gz'
+ sha1 '723a8cf0f7cb2000145c916fbeacb8cfca92ae77'
+ end
+
+ fails_with :clang unless build.devel?
+
depends_on 'daq'
depends_on 'libdnet'
depends_on 'pcre'
option 'enable-debug', "Compile Snort with --enable-debug and --enable-debug-msgs"
- fails_with :clang
-
def install
args = %W[--prefix=#{prefix}
--disable-dependency-tracking