mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/qbittorrent: Updated for version 4.6.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a30429f70d
commit
f7a69b67c6
2 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=qbittorrent
|
||||
#SRCNAM=qBittorrent
|
||||
VERSION=${VERSION:-4.6.6}
|
||||
VERSION=${VERSION:-4.6.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qbittorrent"
|
||||
VERSION="4.6.6"
|
||||
VERSION="4.6.7"
|
||||
HOMEPAGE="https://www.qbittorrent.org/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.6.6/qbittorrent-4.6.6.tar.xz"
|
||||
MD5SUM="71676dc84fbdafa926b9f3814916ab8b"
|
||||
DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.6.7/qbittorrent-4.6.7.tar.xz"
|
||||
MD5SUM="7c32bd7cd820f739e8db646ba0b60748"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libtorrent2"
|
||||
|
|
Loading…
Reference in a new issue