diff options
| author | Vincent Bernat | 2014-04-27 13:07:30 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2014-04-27 09:18:45 -0700 |
| commit | bbcfaeef8bea0046dcd5c818db8b48031c70ab12 (patch) | |
| tree | 7633b54a9ff4165a6585baf6d56c1d9ff7032866 /Library/Formula | |
| parent | 3404335c7d3d5d6038206c185ee59d4e666d7ef1 (diff) | |
| download | homebrew-bbcfaeef8bea0046dcd5c818db8b48031c70ab12.tar.bz2 | |
lldpd 0.7.8
Closes #28755.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lldpd.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lldpd.rb b/Library/Formula/lldpd.rb index feaaa32fc..aafd1d09e 100644 --- a/Library/Formula/lldpd.rb +++ b/Library/Formula/lldpd.rb @@ -2,8 +2,8 @@ require 'formula' class Lldpd < Formula homepage 'http://vincentbernat.github.io/lldpd/' - url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.7.tar.gz' - sha1 '4471e5fcd66d650b6327842a9e2e779e546f2491' + url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.8.tar.gz' + sha1 '78cd2848a2d5822ebae5a78a922d69596d3222e0' option 'with-snmp', "Build SNMP subagent support" option 'with-json', "Build JSON support for lldpcli" |
