brew-fetch: remove MD5 output.
This commit is contained in:
parent
7120f47f6c
commit
239217e944
@ -28,7 +28,6 @@ module Homebrew extend self
|
|||||||
next unless the_tarball.kind_of? Pathname
|
next unless the_tarball.kind_of? Pathname
|
||||||
|
|
||||||
puts "Downloaded to: #{the_tarball}" unless already_downloaded
|
puts "Downloaded to: #{the_tarball}" unless already_downloaded
|
||||||
puts "MD5: #{the_tarball.md5}"
|
|
||||||
puts "SHA1: #{the_tarball.sha1}"
|
puts "SHA1: #{the_tarball.sha1}"
|
||||||
puts "SHA256: #{the_tarball.sha2}"
|
puts "SHA256: #{the_tarball.sha2}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user