From 6f17f25b5fe5a3fbd15bb7abc722a09db3c545e7 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 26 Jan 2013 12:59:57 +0000 Subject: [PATCH] brew-mirror-check: Not using MD5 any more. --- Library/Contributions/cmds/brew-mirror-check.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Contributions/cmds/brew-mirror-check.rb b/Library/Contributions/cmds/brew-mirror-check.rb index 0f398c171c..821a625260 100755 --- a/Library/Contributions/cmds/brew-mirror-check.rb +++ b/Library/Contributions/cmds/brew-mirror-check.rb @@ -28,8 +28,7 @@ module Homebrew extend self mirror_check_usage = <<-EOS Usage: brew mirror-check -Cycle through mirror lists for each formula, attempt a download and validate -MD5 sums. +Cycle through mirror lists for each formula, attempt a download and validate file hashes. EOS if ARGV.empty?