diff options
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 4 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index be95c82b27..b3107b945f 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qbittorrent -# Copyright 2019-2020 Donald Cooley South Haven, Indiana USA +# Copyright 2019-2021 Donald Cooley South Haven, Indiana USA # Copyright 2009-2010 David Woodfall <dave@slackbuilds.org> # All rights reserved. # @@ -25,7 +25,7 @@ PRGNAM=qbittorrent SRCNAM=qBittorrent -VERSION=${VERSION:-4.3.0.1} +VERSION=${VERSION:-4.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index f7e0dc3732..2640449e50 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="4.3.0.1" +VERSION="4.3.1" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.3.0.1/qBittorrent-release-4.3.0.1.tar.gz" -MD5SUM="62f17f635592b481ecd56921a96fc767" +DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.3.1/qBittorrent-release-4.3.1.tar.gz" +MD5SUM="4e72cfa5dc637b53ab86fdc0ebf97c9f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent-rasterbar qt5" |