From d8367e178b54ea90549b13817d0d27ede918225e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 25 May 2015 20:06:10 +0200 Subject: [PATCH] osx: tell the build fix will be here in 0.7.16. --- NEWS | 4 ++++ osx/lldpd.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3d9042b2..a05fa361 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +lldpd (0.7.16) + * Fix: + + Fix build on OS X. + lldpd (0.7.15) * Features: + Optional features can be configured with "auto" to autodetect if diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 221109b3..c4880e29 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -2,7 +2,7 @@ require 'formula' class Lldpd < Formula homepage 'http://vincentbernat.github.io/lldpd/' - url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.10.tar.gz' + url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.10.tar.gz' # More recent versions won't compile. Will be fixed in 0.7.16. sha1 'd0593dd989d619c9249258fe0c409c6f6cd3f061' option 'with-snmp', "Build SNMP subagent support" -- 2.39.5