diff options
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" |
