Revert "brew fetch: only include sha256 in output"
This reverts commit 0b38f9b286bc61e2b2d2232f80ea8ebc5909fb07.
This commit is contained in:
parent
8aaa95ee99
commit
93cbab0021
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user