aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/fetch.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-01-26 12:48:00 +0000
committerMike McQuaid2013-01-26 12:48:00 +0000
commitc67b120509e986f2d749b21d7286d12b4857ec9c (patch)
tree72c32a71704498301c8cfcdbd5e0d6e523ef5b9d /Library/Homebrew/cmd/fetch.rb
parent03e576c67118a54d069899e84f562c314b497352 (diff)
downloadhomebrew-c67b120509e986f2d749b21d7286d12b4857ec9c.tar.bz2
brew-fetch: remove MD5 output.
Diffstat (limited to 'Library/Homebrew/cmd/fetch.rb')
-rw-r--r--Library/Homebrew/cmd/fetch.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb
index 87c2b5d56..093f60d4e 100644
--- a/Library/Homebrew/cmd/fetch.rb
+++ b/Library/Homebrew/cmd/fetch.rb
@@ -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}"