diff options
| -rw-r--r-- | Library/Homebrew/cmd/fetch.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb index 28f51f71a..7d7a28459 100644 --- a/Library/Homebrew/cmd/fetch.rb +++ b/Library/Homebrew/cmd/fetch.rb @@ -35,6 +35,7 @@ module Homebrew extend self previous_sha1 = f.instance_variable_get(:@sha1).to_s.downcase 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 "SHA1: #{the_tarball.sha1}" puts "SHA256: #{the_tarball.sha2}" unless bottle |
