diff options
Diffstat (limited to 'Library/Formula/ccrypt.rb')
| -rw-r--r-- | Library/Formula/ccrypt.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/ccrypt.rb b/Library/Formula/ccrypt.rb index b8615067c..105d3cf88 100644 --- a/Library/Formula/ccrypt.rb +++ b/Library/Formula/ccrypt.rb @@ -3,7 +3,7 @@ require 'formula'  class Ccrypt < Formula    url 'http://ccrypt.sourceforge.net/download/ccrypt-1.9.tar.gz'    homepage 'http://ccrypt.sourceforge.net/' -  md5 'c3f78019d7a166dd66f1d4b1390c62c2' +  sha1 '5ad1889c71be905c3004c80dc011948c9c35c814'    def install      # Tests fail with clang (build 318) at higher optimization | 
