diff options
Diffstat (limited to 'Library/Formula/cpputest.rb')
| -rw-r--r-- | Library/Formula/cpputest.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/cpputest.rb b/Library/Formula/cpputest.rb index ec5ba89cf..0c88b7bf4 100644 --- a/Library/Formula/cpputest.rb +++ b/Library/Formula/cpputest.rb @@ -3,7 +3,7 @@ require 'formula'  class Cpputest < Formula    homepage 'http://www.cpputest.org/'    url 'http://downloads.sourceforge.net/project/cpputest/cpputest/v2.3/CppUTest-v2.3.zip' -  md5 '0546bf6d0f1513842cfa781255dcbdda' +  sha1 '0abd7abfbafdeaffcff6083fd8c3e20408bd0d5a'    def install      system "make" | 
