diff options
Diffstat (limited to 'Library/Formula/base64.rb')
| -rw-r--r-- | Library/Formula/base64.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/base64.rb b/Library/Formula/base64.rb index 8c3d7be4e..aeb661006 100644 --- a/Library/Formula/base64.rb +++ b/Library/Formula/base64.rb @@ -3,7 +3,7 @@ require 'formula' class Base64 < Formula url 'http://www.fourmilab.ch/webtools/base64/base64-1.5.tar.gz' homepage 'http://www.fourmilab.ch/webtools/base64/' - md5 '3e6a217ba2c60372156c212dadce1275' + sha1 '25b5ae71c2818c7a489065ca1637806cd5109524' def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" |
