From 46a402c55b96b3b53846dd165e458e6c22d75ce9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 23 Jun 2013 08:58:42 +0200 Subject: [PATCH] osx: use SHA1 instead of MD5 in homebrew formula --- osx/lldpd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 9d1f4a88..d355b6d7 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -3,7 +3,7 @@ require 'formula' class Lldpd < Formula homepage 'http://vincentbernat.github.com/lldpd/' url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.5.tar.gz' - md5 '2b3e91264dd7605b498051af6b749b47' + sha1 'a186228fbc41d474aefa6253aeb3e46d0cc73ce7' option 'with-snmp', "Build SNMP subagent support" option 'with-json', "Build JSON support for lldpcli" -- 2.39.5