brew fetch: show downloaded path
This commit is contained in:
parent
6eced20b35
commit
a161058bcd
@ -35,6 +35,7 @@ module Homebrew extend self
|
|||||||
previous_sha1 = f.instance_variable_get(:@sha1).to_s.downcase
|
previous_sha1 = f.instance_variable_get(:@sha1).to_s.downcase
|
||||||
previous_sha2 = f.instance_variable_get(:@sha256).to_s.downcase unless bottle
|
previous_sha2 = f.instance_variable_get(:@sha256).to_s.downcase unless bottle
|
||||||
|
|
||||||
|
ohai "Downloaded to: #{the_tarball}"
|
||||||
puts "MD5: #{the_tarball.md5}" unless bottle
|
puts "MD5: #{the_tarball.md5}" unless bottle
|
||||||
puts "SHA1: #{the_tarball.sha1}"
|
puts "SHA1: #{the_tarball.sha1}"
|
||||||
puts "SHA256: #{the_tarball.sha2}" unless bottle
|
puts "SHA256: #{the_tarball.sha2}" unless bottle
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user