network/rtorrent: Updated for version 0.8.9.

This commit is contained in:
Brian Kysela 2011-07-03 01:49:53 -03:00 committed by Niels Horn
parent b3ed81e1fa
commit b31fbb245b
3 changed files with 10 additions and 9 deletions

View file

@ -1,6 +1,6 @@
rtorrent is a BitTorrent client for ncurses, using the libtorrent library. The
client and library is written in C++ with emphasis on speed and efficiency,
while delivering equivalent features to those found in GUI based clients in an
ncurses client.
rtorrent is a BitTorrent client for ncurses, using the libtorrent
library. The client and library is written in C++ with emphasis on speed
and efficiency, while delivering equivalent features to those found in
GUI based clients in an ncurses client.
This requires libtorrent.

View file

@ -7,9 +7,10 @@
# Updated to 0.8.7 by Brian Kysela 2010-10-27
# Patched for new ncurses in 13.37 by rworkman
# Updated to 0.8.8 by Brian Kysela 2011-05-09
# Updated to 0.8.9 by Brian Kysela 2011-06-22
PRGNAM=rtorrent
VERSION=0.8.8
VERSION=0.8.9
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="rtorrent"
VERSION="0.8.8"
VERSION="0.8.9"
HOMEPAGE="http://libtorrent.rakshasa.no/"
DOWNLOAD="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.8.tar.gz"
MD5SUM="e7927c513872f096c7d72d659ab54ef0"
DOWNLOAD="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.9.tar.gz"
MD5SUM="629247636cb1210663b52dadbd040a6c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Brian Kysela"
EMAIL="brian.kysela@gmail.com"
APPROVED="rworkman"
APPROVED="Niels Horn"