diff options
| author | Matt Blair | 2012-07-10 12:41:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-10 22:34:08 -0700 |
| commit | 0c1d15247636fd30d1de4ad59d8b934ac9559040 (patch) | |
| tree | a3e8882fc980e78134f5fb8feef7d5297bdc7458 | |
| parent | 8d5b2428e9d2354b6574cda87ce150df62395e73 (diff) | |
| download | homebrew-0c1d15247636fd30d1de4ad59d8b934ac9559040.tar.bz2 | |
rtorrent 0.9.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/rtorrent.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/rtorrent.rb b/Library/Formula/rtorrent.rb index 18a61a4d8..3a12cae33 100644 --- a/Library/Formula/rtorrent.rb +++ b/Library/Formula/rtorrent.rb @@ -1,21 +1,15 @@ require 'formula' class Rtorrent < Formula - url 'http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.9.tar.gz' homepage 'http://libtorrent.rakshasa.no/' - md5 '629247636cb1210663b52dadbd040a6c' + url 'http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.2.tar.gz' + sha1 '2a642d722745091265037ed8929a23c237a3b99f' depends_on 'pkg-config' => :build depends_on 'libsigc++' depends_on 'libtorrent' depends_on 'xmlrpc-c' => :optional - # Upstream says this is fixed in 0.9.x series, so check if this is - # still needed when the next stable rtorrent release is made. - fails_with :clang do - build 318 - end - def install args = ["--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"] args << "--with-xmlrpc-c" if Formula.factory("xmlrpc-c").installed? |
