aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/snort.rb
diff options
context:
space:
mode:
authorJoshua Stauter2014-07-14 14:21:59 -0400
committerJack Nagel2014-07-14 22:14:45 -0500
commitc72ab63e176087f8d71674087dd362e06a503b14 (patch)
treecfa5017b8c605706720b48443530f30046bb9c87 /Library/Formula/snort.rb
parentd51634609cf2b74264109388183025735b81dbfa (diff)
downloadhomebrew-c72ab63e176087f8d71674087dd362e06a503b14.tar.bz2
snort: fix URL
Closes #30861. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/snort.rb')
-rw-r--r--Library/Formula/snort.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/snort.rb b/Library/Formula/snort.rb
index 20791fd45..ac0ce7f0e 100644
--- a/Library/Formula/snort.rb
+++ b/Library/Formula/snort.rb
@@ -2,7 +2,7 @@ require 'formula'
class Snort < Formula
homepage 'http://www.snort.org'
- url 'http://www.snort.org/dl/snort-current/snort-2.9.6.1.tar.gz'
+ url 'http://www.snort.org/downloads/snort/snort-2.9.6.1.tar.gz'
sha1 '49da9b989fa59114a6e533b26383cb1a7df9b717'
depends_on 'daq'