diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2022-09-27 03:57:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:13 +0700 |
commit | 2ede5cce509b938cebbac34cee0ea48b7071c2ce (patch) | |
tree | 4fb16b7f959cee1e937041e5ad60e60bc24c00db | |
parent | 3e1c2a76e4bc95fae2160e7d4b68a76e9955062b (diff) | |
download | slackbuilds-2ede5cce509b938cebbac34cee0ea48b7071c2ce.tar.gz |
network/qbittorrent: Updated for version 4.4.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 3 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index e4ff31379a..f82f75d999 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -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} diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index 8ee5b7c4d0..ea117a69b7 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -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" |