'brew fetch' now shows MD5
This commit is contained in:
parent
40c8af111f
commit
55db2e5da6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user