diff options
Diffstat (limited to 'Library/Formula/bcrypt.rb')
| -rw-r--r-- | Library/Formula/bcrypt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bcrypt.rb b/Library/Formula/bcrypt.rb index 193c98483..92a9d5674 100644 --- a/Library/Formula/bcrypt.rb +++ b/Library/Formula/bcrypt.rb @@ -3,7 +3,7 @@ require 'formula' class Bcrypt < Formula url 'http://bcrypt.sourceforge.net/bcrypt-1.1.tar.gz' homepage 'http://bcrypt.sourceforge.net' - md5 '8ce2873836ccd433329c8df0e37e298c' + sha1 'fd4c7c83fdc560f143bb0e0a8c9fb7aa57e69698' def install system "make", "CC=#{ENV.cc}", |
