Revert "brew fetch: only include sha256 in output"

This reverts commit 0b38f9b286bc61e2b2d2232f80ea8ebc5909fb07.
This commit is contained in:
Xu Cheng 2016-03-20 13:53:48 +08:00
parent 8aaa95ee99
commit 93cbab0021

View File

@ -100,7 +100,7 @@ module Homebrew
return unless download.file?
puts "Downloaded to: #{download}" unless already_fetched
puts "SHA256: #{download.sha256}"
puts Checksum::TYPES.map { |t| "#{t.to_s.upcase}: #{download.send(t)}" }
f.verify_download_integrity(download)
end