diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2022-06-08 05:26:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:02 +0700 |
commit | fe108c533acfe49ef16ab9130350c12fc12f617f (patch) | |
tree | 86fb5b5fad23960bbe72c00428678ff087750d8f /network/qbittorrent | |
parent | 4beb4507ff0f6694cb28fc949c8a40b742acd651 (diff) |
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>
Diffstat (limited to 'network/qbittorrent')
-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 d8068bb7c7d07..aca868655d4c7 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.3} +VERSION=${VERSION:-4.4.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index 85e7c1e569d7b..e2bbdc7a9149c 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -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" |