mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/qbittorrent: Updated for version 4.4.3.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4beb4507ff
commit
fe108c533a
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=qbittorrent
|
||||
SRCNAM=qBittorrent
|
||||
VERSION=${VERSION:-4.4.3}
|
||||
VERSION=${VERSION:-4.4.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qbittorrent"
|
||||
VERSION="4.4.3"
|
||||
VERSION="4.4.3.1"
|
||||
HOMEPAGE="https://www.qbittorrent.org/"
|
||||
DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.4.3/qBittorrent-release-4.4.3.tar.gz"
|
||||
MD5SUM="477bdf7c9b0141f9305e494481bc6a7a"
|
||||
DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.4.3.1/qBittorrent-release-4.4.3.1.tar.gz"
|
||||
MD5SUM="b6db6a280a7538283752c6ff5a799989"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libtorrent-rasterbar"
|
||||
|
|
Loading…
Reference in a new issue