Skip to content

Commit

Permalink
brew fetch: only include sha256 in output
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#50067.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
apjanke authored and xu-cheng committed Mar 14, 2016
1 parent 236a18d commit a74e872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/fetch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def fetch_fetchable(f)
return unless download.file?

puts "Downloaded to: #{download}" unless already_fetched
puts Checksum::TYPES.map { |t| "#{t.to_s.upcase}: #{download.send(t)}" }
puts "SHA256: #{download.sha256}"

f.verify_download_integrity(download)
end
Expand Down

0 comments on commit a74e872

Please sign in to comment.