aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFlorian Schlachter2010-06-13 00:31:26 +0200
committerAdam Vandenberg2010-06-12 20:35:35 -0700
commita14ccf8ae0efb8485b0ca188e52e0c77fe9e59c7 (patch)
tree67b88a82e97b2a738db3ca6daf88b78897174252 /Library/Formula
parent0da053fb9723a5d3fadde66c6e0b9f2a7108239d (diff)
downloadhomebrew-a14ccf8ae0efb8485b0ca188e52e0c77fe9e59c7.tar.bz2
Updated tor formula to version 0.2.1.26.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb
index c376d1616..774bb60cd 100644
--- a/Library/Formula/tor.rb
+++ b/Library/Formula/tor.rb
@@ -1,9 +1,9 @@
require 'formula'
class Tor <Formula
- url 'https://www.torproject.org/dist/tor-0.2.1.25.tar.gz'
+ url 'https://www.torproject.org/dist/tor-0.2.1.26.tar.gz'
homepage 'https://www.torproject.org/'
- md5 'f58540b3c5835ac4f5de1b02bbddc703'
+ md5 'f7b30a144e1da41aa43f496bd47ffba7'
depends_on 'libevent'