httptunnel 3.3

Closes Homebrew/homebrew#17067.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
SaltSpork 2013-01-14 20:46:26 +10:30 committed by Adam Vandenberg
parent 3d39db4e48
commit 0599f7d22f

View file

@ -1,9 +1,9 @@
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'
sha1 'd48a18bb7ea7eac16837b0a1f9e99aa0b8c44475'
url 'http://www.nocrew.org/software/httptunnel/httptunnel-3.3.tar.gz'
sha1 'e3fa5c6499cbad9202bb7a3ba8a5b6478a60a3f3'
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"