Browse Source
network/qbittorrent: Updated for version 4.6.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
David O'Shaughnessy
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
network/qbittorrent/qbittorrent.SlackBuild
-
network/qbittorrent/qbittorrent.info
|
|
@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=qbittorrent |
|
|
|
#SRCNAM=qBittorrent |
|
|
|
VERSION=${VERSION:-4.6.4} |
|
|
|
VERSION=${VERSION:-4.6.5} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="qbittorrent" |
|
|
|
VERSION="4.6.4" |
|
|
|
VERSION="4.6.5" |
|
|
|
HOMEPAGE="https://www.qbittorrent.org/" |
|
|
|
DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.6.4/qbittorrent-4.6.4.tar.xz" |
|
|
|
MD5SUM="ffc528cbdf1ab4ff40a51753e5e9b030" |
|
|
|
DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.6.5/qbittorrent-4.6.5.tar.xz" |
|
|
|
MD5SUM="b30cc0d4957c19d764437861e6bda839" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="libtorrent2" |
|
|
|