brew-fetch: remove MD5 output.

This commit is contained in:
Mike McQuaid 2013-01-26 12:48:00 +00:00
parent 7120f47f6c
commit 239217e944

View File

@ -28,7 +28,6 @@ module Homebrew extend self
next unless the_tarball.kind_of? Pathname
puts "Downloaded to: #{the_tarball}" unless already_downloaded
puts "MD5: #{the_tarball.md5}"
puts "SHA1: #{the_tarball.sha1}"
puts "SHA256: #{the_tarball.sha2}"