diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2022-08-31 02:23:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 17:58:41 +0700 |
commit | 06a23837d7672af5a69b8f712f90faab374f6b88 (patch) | |
tree | 21d3170ea98ca5f1d568555a47c0e7a69e86a8d3 /network/qbittorrent | |
parent | 2fc107cecbf3a6037ce7799cfa13bb80fb3dfc54 (diff) |
network/qbittorrent: Updated for version 4.4.4.
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 aca868655d4c7..e4ff31379adea 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.1} +VERSION=${VERSION:-4.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index e2bbdc7a9149c..8ee5b7c4d0671 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="4.4.3.1" +VERSION="4.4.4" HOMEPAGE="https://www.qbittorrent.org/" -DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.4.3.1/qBittorrent-release-4.4.3.1.tar.gz" -MD5SUM="b6db6a280a7538283752c6ff5a799989" +DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.4.4/qBittorrent-release-4.4.4.tar.gz" +MD5SUM="67e2bda288def051e0f71bd9bcdf8ffa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent-rasterbar" |