diff options
Diffstat (limited to 'Library/Formula/mcpp.rb')
| -rw-r--r-- | Library/Formula/mcpp.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/mcpp.rb b/Library/Formula/mcpp.rb index 925d1091c..95a3b3cbc 100644 --- a/Library/Formula/mcpp.rb +++ b/Library/Formula/mcpp.rb @@ -3,7 +3,7 @@ require 'formula'  class Mcpp < Formula    url 'http://downloads.sourceforge.net/project/mcpp/mcpp/V.2.7.2/mcpp-2.7.2.tar.gz'    homepage 'http://mcpp.sourceforge.net/' -  md5 '512de48c87ab023a69250edc7a0c7b05' +  sha1 '703356b7c2cd30d7fb6000625bf3ccc2eb977ecb'    # stpcpy is a macro on OS X; trying to define it as an extern is invalid.    # Patch from ZeroC fixing EOL comment parsing | 
