diff options
| author | BrewTestBot | 2014-11-06 17:40:32 +0000 |
|---|---|---|
| committer | Jack Nagel | 2014-11-06 15:46:41 -0600 |
| commit | d2c931f711abe80833afd708b77fcbf183eaa060 (patch) | |
| tree | 550169a52f5f1ab30d6c2bfd5bdfebeca676a477 /Library | |
| parent | 546e45a2c127909b77cd7d1a684281255aee9d64 (diff) | |
| download | homebrew-d2c931f711abe80833afd708b77fcbf183eaa060.tar.bz2 | |
ettercap: add 0.8.1 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ettercap.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/ettercap.rb b/Library/Formula/ettercap.rb index 872c21c34..a9ccafbb1 100644 --- a/Library/Formula/ettercap.rb +++ b/Library/Formula/ettercap.rb @@ -22,6 +22,12 @@ class Ettercap < Formula end end + bottle do + sha1 "b7d7bfc3d98015cea228473b239a0fe9ae41127d" => :yosemite + sha1 "15b7682fbba8687cfaa8effd00b7f6dd0ced8e91" => :mavericks + sha1 "d221416cc95911a965ea1821b1a218531b4ea349" => :mountain_lion + end + head "https://github.com/Ettercap/ettercap.git" option "without-curses", "Install without curses interface" |
