network/qbittorrent: Updated for version 4.4.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3e1c2a76e4
commit
2ede5cce50
|
@ -4,7 +4,6 @@
|
|||
|
||||
# Copyright 2022 David O'Shaughnessy
|
||||
# Copyright 2019-2021 Donald Cooley South Haven, Indiana USA
|
||||
# Copyright 2009-2010 David Woodfall <dave@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -28,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=qbittorrent
|
||||
SRCNAM=qBittorrent
|
||||
VERSION=${VERSION:-4.4.4}
|
||||
VERSION=${VERSION:-4.4.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qbittorrent"
|
||||
VERSION="4.4.4"
|
||||
VERSION="4.4.5"
|
||||
HOMEPAGE="https://www.qbittorrent.org/"
|
||||
DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.4.4/qBittorrent-release-4.4.4.tar.gz"
|
||||
MD5SUM="67e2bda288def051e0f71bd9bcdf8ffa"
|
||||
DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.4.5/qBittorrent-release-4.4.5.tar.gz"
|
||||
MD5SUM="1358ad61fec1e26f5402c88e9bda7643"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libtorrent-rasterbar"
|
||||
|
|
Loading…
Reference in New Issue