rtorrent 0.9.3

Closes Homebrew/homebrew#19199.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Ian Lancaster 2013-04-14 19:10:58 -03:00 committed by Adam Vandenberg
parent e2d6cfef6a
commit 6929ec8c8a

View file

@ -2,8 +2,8 @@ require 'formula'
class Rtorrent < Formula
homepage 'http://libtorrent.rakshasa.no/'
url 'http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.2.tar.gz'
sha1 '2a642d722745091265037ed8929a23c237a3b99f'
url 'http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.3.tar.gz'
sha256 '9e93ca41beb1afe74ad7ad8013e0d53ae3586c9b0e97263d722f721535cc7310'
depends_on 'pkg-config' => :build
depends_on 'libsigc++'