From 6c93b305500cd12c9eef698a04d9f13a50e9ec2e Mon Sep 17 00:00:00 2001 From: Joshua Stauter Date: Mon, 14 Jul 2014 09:44:11 -0400 Subject: [PATCH] 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 --- Formula/daq.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/daq.rb b/Formula/daq.rb index 26989dab5c..130d1c78f1 100644 --- a/Formula/daq.rb +++ b/Formula/daq.rb @@ -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