From: Vincent Bernat Date: Sun, 23 Jun 2013 06:58:42 +0000 (+0200) Subject: osx: use SHA1 instead of MD5 in homebrew formula X-Git-Tag: 0.7.6~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46a402c55b96b3b53846dd165e458e6c22d75ce9;p=thirdparty%2Flldpd.git osx: use SHA1 instead of MD5 in homebrew formula --- 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"