diff options
| author | BrewTestBot | 2014-11-06 02:03:19 +0000 |
|---|---|---|
| committer | Jack Nagel | 2014-11-05 20:03:44 -0600 |
| commit | 7101f67287ab9aa3de7ff1753d3d6dd9218719b5 (patch) | |
| tree | d29cd65f17306d0c937e2895f5014c8db3f66e43 | |
| parent | 095a40affcd30c1c19b9db7efc0e6f38ac1c0f47 (diff) | |
| download | homebrew-7101f67287ab9aa3de7ff1753d3d6dd9218719b5.tar.bz2 | |
daq: add 2.0.4 bottle.
| -rw-r--r-- | Library/Formula/daq.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/daq.rb b/Library/Formula/daq.rb index 969a863de..58e5d9671 100644 --- a/Library/Formula/daq.rb +++ b/Library/Formula/daq.rb @@ -5,6 +5,13 @@ class Daq < Formula url "https://www.snort.org/downloads/snort/daq-2.0.4.tar.gz" sha1 "f2d798e303959c8f2d4a31481f4983fc4d8ba1d9" + bottle do + cellar :any + sha1 "f3fb9c1e17455a6172cf1f43c867675115c2c990" => :yosemite + sha1 "d257544110abe1872795e492c611cfa3d825734a" => :mavericks + sha1 "64346e0563f43fb97fbe2d71d6359d5131351e97" => :mountain_lion + end + def install system "./configure", "--disable-dependency-tracking", "--disable-silent-rules", |
