diff options
Diffstat (limited to 'Library/Formula/httptunnel.rb')
| -rw-r--r-- | Library/Formula/httptunnel.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/httptunnel.rb b/Library/Formula/httptunnel.rb index 4413eca38..476c4ed4c 100644 --- a/Library/Formula/httptunnel.rb +++ b/Library/Formula/httptunnel.rb @@ -3,7 +3,7 @@ require 'formula'  class Httptunnel < Formula    url 'http://www.nocrew.org/software/httptunnel/httptunnel-3.0.5.tar.gz'    homepage 'http://www.nocrew.org/software/httptunnel.html' -  md5 '2a710f377c82ab4eb201458f7b9f99c5' +  sha1 'd48a18bb7ea7eac16837b0a1f9e99aa0b8c44475'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" | 
