network/qbittorrent-qt5: Updated for version 3.3.15.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Woodfall 2017-08-20 20:10:07 +01:00 committed by Willy Sudiarto Raharjo
parent 16e2fb0c83
commit 52255714ad
3 changed files with 12 additions and 4 deletions

View file

@ -1,2 +1,10 @@
qBittorrent is an easy to use, good looking, and featureful
but lightweight C++ / Qt5 Bittorrent Client.
Note that from version 3.3.15 you will get a warning on startup that
qbittorrent has a new way of saving things. If you want to backup
your old config directory first, you will find it here:
~/.config/qBittorrent
You can return to an older version by swapping directories around.

View file

@ -24,7 +24,7 @@
PRGNAM=qbittorrent-qt5
SRCNAM=qbittorrent
VERSION=${VERSION:-3.3.12}
VERSION=${VERSION:-3.3.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="qbittorrent-qt5"
VERSION="3.3.12"
VERSION="3.3.15"
HOMEPAGE="http://qbittorrent.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-3.3.12.tar.xz"
MD5SUM="2537a5afa16e2b9b86e88412dc59f7fb"
DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-3.3.15.tar.xz"
MD5SUM="759f498b146bf3afb1593157407897d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtorrent-rasterbar qt5"