]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
osx: use SHA1 instead of MD5 in homebrew formula
authorVincent Bernat <bernat@luffy.cx>
Sun, 23 Jun 2013 06:58:42 +0000 (08:58 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 23 Jun 2013 07:14:13 +0000 (09:14 +0200)
osx/lldpd.rb

index 9d1f4a88945ed47839d44e01ab049cf03eb82a61..d355b6d7aa586f64e0cafd7a0b2cf12dc2c51f33 100644 (file)
@@ -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"