diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2022-05-24 22:36:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-28 09:11:31 +0700 |
commit | 785b37e6e1e052a9290cef0794ffca5774bbcf2e (patch) | |
tree | b5a8962d1ca749f7bcf5b6a4ce9db3663066d34e /network | |
parent | 269f46caa91d29206376bcd6cc9e2368f0bf871c (diff) |
network/qbittorrent: Updated for version 4.4.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 2 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 5432307d34c2b..d8068bb7c7d07 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qbittorrent SRCNAM=qBittorrent -VERSION=${VERSION:-4.4.2} +VERSION=${VERSION:-4.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index 8fd1f10f95849..85e7c1e569d7b 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="4.4.2" +VERSION="4.4.3" HOMEPAGE="https://www.qbittorrent.org/" -DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.4.2/qBittorrent-release-4.4.2.tar.gz" -MD5SUM="b26499a296e5da53730f8d019514745a" +DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.4.3/qBittorrent-release-4.4.3.tar.gz" +MD5SUM="477bdf7c9b0141f9305e494481bc6a7a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent-rasterbar" |