mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/qbittorrent-qt5: Updated for version 3.3.15.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
16e2fb0c83
commit
52255714ad
3 changed files with 12 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue