mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/rtorrent: Updated for version 0.8.9.
This commit is contained in:
parent
b3ed81e1fa
commit
b31fbb245b
3 changed files with 10 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue