Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Updated tor formular to 0.2.1.25. Adapted the link, the md5 and the p…
Browse files Browse the repository at this point in the history
…atch for 64bit support.

Signed-off-by: David Höppner <0xffea@gmail.com>
  • Loading branch information
Michel Steuwer authored and 0xffea committed Mar 29, 2010
1 parent d95a4dd commit 46d328e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/tor.rb
@@ -1,14 +1,14 @@
require 'formula'

class Tor <Formula
url 'https://www.torproject.org/dist/tor-0.2.1.22.tar.gz'
url 'https://www.torproject.org/dist/tor-0.2.1.25.tar.gz'
homepage 'https://www.torproject.org/'
md5 '583501a989ed0c39e209b604c3671ecd'
md5 'f58540b3c5835ac4f5de1b02bbddc703'

depends_on 'libevent'

def patches
{:p0 => 'http://gist.github.com/raw/268813/bba4403191b4aa382eff0671afb4ed7f97748c6f/config.guess-x86_64fix.diff' }
{:p0 => 'http://gist.github.com/raw/344132/d27d1cd3042d7c58120688d79ed25a2fc959a2de/config.guess-x86_64patch.diff' }
end

def install
Expand Down

0 comments on commit 46d328e

Please sign in to comment.