diff options
Diffstat (limited to 'Library/Formula/cvsps.rb')
| -rw-r--r-- | Library/Formula/cvsps.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/cvsps.rb b/Library/Formula/cvsps.rb index 1c2c2fb6e..3e496092b 100644 --- a/Library/Formula/cvsps.rb +++ b/Library/Formula/cvsps.rb @@ -3,7 +3,7 @@ require 'formula'  class Cvsps < Formula    url 'http://www.cobite.com/cvsps/cvsps-2.2b1.tar.gz'    homepage 'http://www.cobite.com/cvsps/' -  md5 '997580e8e283034995b9209076858c68' +  sha1 '2e2b4504151b6f795c07d01468da7aa0b4dd03fd'    def install      system "make cvsps" | 
