'brew fetch' now shows MD5

This commit is contained in:
Adam Vandenberg 2010-07-04 10:42:44 -07:00
parent 40c8af111f
commit 55db2e5da6

View File

@ -9,5 +9,7 @@ ARGV.formulae.each do |f|
FileUtils.rm_rf where_to unless where_to.empty?
end
f.downloader.fetch
the_tarball = f.downloader.fetch
md5 = the_tarball.md5
puts "MD5 is #{md5}"
end