diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lldpd.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/lldpd.rb b/Library/Formula/lldpd.rb index 3af92d41e..512adf8e3 100644 --- a/Library/Formula/lldpd.rb +++ b/Library/Formula/lldpd.rb @@ -5,6 +5,12 @@ class Lldpd < Formula url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.12.tar.gz' sha1 '2d602aaaad01d1f76f8e1c87e48dca1c6725ba78' + bottle do + sha1 "c77debb346c325a44b8e91a7b983b251dc1db76f" => :yosemite + sha1 "52737f6933bc2d052ece4877d36c021fd6e648c1" => :mavericks + sha1 "6d6d4f6d4b7e23b9f707db180c99c24174ff9293" => :mountain_lion + end + option 'with-snmp', "Build SNMP subagent support" option 'with-json', "Build JSON support for lldpcli" |
