daq: fix download URL
sha is the same, I guess they just changed the download link Closes Homebrew/homebrew#30855. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
237282c43b
commit
6c93b30550
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Daq < Formula
|
||||
homepage 'http://www.snort.org/'
|
||||
url 'http://www.snort.org/dl/snort-current/daq-2.0.2.tar.gz'
|
||||
url 'http://www.snort.org/downloads/snort/daq-2.0.2.tar.gz'
|
||||
sha1 'def1a5b28fd16758aeb85a02f3813250014d4d75'
|
||||
|
||||
fails_with :clang
|
||||
|
|
Loading…
Reference in a new issue