diff options
Diffstat (limited to 'Library/Formula/ntl.rb')
| -rw-r--r-- | Library/Formula/ntl.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/ntl.rb b/Library/Formula/ntl.rb index 10702c3f1..211d6c3d9 100644 --- a/Library/Formula/ntl.rb +++ b/Library/Formula/ntl.rb @@ -3,7 +3,7 @@ require 'formula'  class Ntl < Formula    homepage 'http://www.shoup.net/ntl'    url 'http://www.shoup.net/ntl/ntl-5.5.2.tar.gz' -  md5 '2e0afa1fa3b325e562ce89da57cba983' +  sha1 'b45e3858f7f351afeb7fbb831b256befc4892b06'    def install      cd "src" do | 
