From e307054cf87c8272060a392fd13befe7b65e72d2 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 21 Mar 2012 09:09:01 -0700 Subject: brew fetch: show downloaded path --- Library/Homebrew/cmd/fetch.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/cmd/fetch.rb') 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 -- cgit v1.2.3