diff options
Diffstat (limited to 'Library/Formula/rc.rb')
| -rw-r--r-- | Library/Formula/rc.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/rc.rb b/Library/Formula/rc.rb index cb4ec4eec..fe185853f 100644 --- a/Library/Formula/rc.rb +++ b/Library/Formula/rc.rb @@ -3,7 +3,7 @@ require 'formula'  class Rc < Formula    url 'ftp://rc.quanstro.net/pub/rc-1.7.2.tgz'    homepage 'http://doc.cat-v.org/plan_9/4th_edition/papers/rc' -  md5 '4a85e4b4e3a0a5d3803109c5b2dce710' +  sha1 '9e51d99677244af1768ff8dd2cbac4ac162350c1'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "--with-editline" | 
