aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authortonyskn2011-10-31 00:10:31 +0100
committerJack Nagel2011-11-03 21:39:31 -0500
commitf27585e688e044287503a3f3721b35fcc51a1ae1 (patch)
tree58e117c66f31a66ccd211d11ee7353f9e4c83b17 /Library
parent76d7c2d18750a843f012823fcc4562ad22b8d2b8 (diff)
downloadhomebrew-f27585e688e044287503a3f3721b35fcc51a1ae1.tar.bz2
tor 0.2.2.34
Closes #8377. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tor.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb
index 39d2d520c..7eaf98cae 100644
--- a/Library/Formula/tor.rb
+++ b/Library/Formula/tor.rb
@@ -1,16 +1,12 @@
require 'formula'
class Tor < Formula
- url 'https://www.torproject.org/dist/tor-0.2.2.33.tar.gz'
+ url 'https://www.torproject.org/dist/tor-0.2.2.34.tar.gz'
homepage 'https://www.torproject.org/'
- md5 'ea99aba49694bb982d2fccc57a70d58e'
+ md5 '0f1bbb8e086ea2aba41ff7f898fcf3bd'
depends_on 'libevent'
- def patches
- {:p0 => 'https://gist.github.com/raw/344132/d27d1cd3042d7c58120688d79ed25a2fc959a2de/config.guess-x86_64patch.diff' }
- end
-
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"