diff options
Diffstat (limited to 'Library/Formula/nacl.rb')
| -rw-r--r-- | Library/Formula/nacl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nacl.rb b/Library/Formula/nacl.rb index 43aca1e91..92d33748d 100644 --- a/Library/Formula/nacl.rb +++ b/Library/Formula/nacl.rb @@ -3,7 +3,7 @@ require 'formula' class Nacl < Formula url 'http://hyperelliptic.org/nacl/nacl-20110221.tar.bz2' homepage 'http://nacl.cace-project.eu' - md5 '7efb5715561c3d10dafd3fa97b4f2d20' + sha1 '6007a6aee249f5a534ec53fddfc364601fba9629' def install system "./do" # This takes a while since it builds *everything* |
