diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-10-31 07:23:34 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-10-31 23:15:07 +0100 |
commit | 3ff05f80ffb82e077a332b0c0625f4696a138528 (patch) | |
tree | 875caa323068c2b5e3458152aed0a3c26af975c3 /package/rtorrent | |
parent | d88d501f4e3aef56759bc379d87afd2a6918339b (diff) | |
download | buildroot-novena-3ff05f80ffb82e077a332b0c0625f4696a138528.tar.gz buildroot-novena-3ff05f80ffb82e077a332b0c0625f4696a138528.zip |
rtorrent: bump to version 0.9.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/rtorrent')
-rw-r--r-- | package/rtorrent/rtorrent.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/rtorrent/rtorrent.mk b/package/rtorrent/rtorrent.mk index ff1ae2f1a..c9cf8ff1c 100644 --- a/package/rtorrent/rtorrent.mk +++ b/package/rtorrent/rtorrent.mk @@ -4,9 +4,11 @@ # ############################################################# -RTORRENT_VERSION = 0.9.2 +RTORRENT_VERSION = 0.9.3 RTORRENT_SITE = http://libtorrent.rakshasa.no/downloads RTORRENT_DEPENDENCIES = host-pkgconf libcurl libsigc libtorrent ncurses RTORRENT_AUTORECONF = YES +RTORRENT_LICENSE = GPLv2 +RTORRENT_LICENSE_FILES = COPYING $(eval $(autotools-package)) |