diff options
Diffstat (limited to 'Library/Formula/cmatrix.rb')
| -rw-r--r-- | Library/Formula/cmatrix.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/cmatrix.rb b/Library/Formula/cmatrix.rb index 4869d0e46..f4c9aaef1 100644 --- a/Library/Formula/cmatrix.rb +++ b/Library/Formula/cmatrix.rb @@ -3,7 +3,7 @@ require 'formula'  class Cmatrix < Formula    url 'http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz'    homepage 'http://www.asty.org/cmatrix/' -  md5 'ebfb5733104a258173a9ccf2669968a1' +  sha1 'ca078c10322a47e327f07a44c9a42b52eab5ad93'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" | 
