snort: fix URL
Closes Homebrew/homebrew#30861. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
98d7ce5961
commit
9f929c747e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue