From 3c5ca25cad4a19b72006dffe1c782a58f4e8154b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 3 Sep 2012 11:33:56 -0700 Subject: Batch convert MD5 formula to SHA1. Closes #14653. --- Library/Formula/unittest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/unittest.rb') diff --git a/Library/Formula/unittest.rb b/Library/Formula/unittest.rb index ce541e32f..0f15a7d18 100644 --- a/Library/Formula/unittest.rb +++ b/Library/Formula/unittest.rb @@ -3,7 +3,7 @@ require 'formula' class Unittest < Formula url 'http://unittest.red-bean.com/tar/unittest-0.50-62.tar.gz' homepage 'http://unittest.red-bean.com/' - md5 'e77615162141b23a78adcda929d58d61' + sha1 '95d15db78e60d0f96b321177c2f3f52c619634b3' fails_with :llvm do build 2334 -- cgit v1.2.3