diff options
| author | Simon Mullis | 2011-06-01 14:19:25 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-06-05 21:54:34 -0700 | 
| commit | 9fa6a08ef1a505c52e273df3911b94c212644d07 (patch) | |
| tree | 3699945b1ef89c8507dfeac64b7695428987580b /Library | |
| parent | 24e274593c49b91c3e79fef034be5aa8788855cb (diff) | |
| download | homebrew-9fa6a08ef1a505c52e273df3911b94c212644d07.tar.bz2 | |
net-snmp 5.6.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/net-snmp.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/net-snmp.rb b/Library/Formula/net-snmp.rb index ade261ac5..1f362e20f 100644 --- a/Library/Formula/net-snmp.rb +++ b/Library/Formula/net-snmp.rb @@ -1,9 +1,9 @@  require 'formula'  class NetSnmp < Formula -  url 'http://downloads.sourceforge.net/project/net-snmp/net-snmp/5.6/net-snmp-5.6.tar.gz' +  url 'http://downloads.sourceforge.net/project/net-snmp/net-snmp/5.6.1.1/net-snmp-5.6.1.1.tar.gz'    homepage 'http://www.net-snmp.org/' -  md5 '89b3a7a77e68daef925abee43a3f7018' +  md5 '79e2b9cac947567a01ae2cc67ad8fe53'    def install      system "./configure", "--prefix=#{prefix}",  | 
