diff options
author | Donald Cooley <chytraeu@sdf.org> | 2020-06-03 16:04:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-03 16:04:01 +0700 |
commit | fb4f30bc52c0d33a7748da64d4cc81d4a3508152 (patch) | |
tree | d42bf3fdc6abfad5a475e0de8d9c196404f77bb7 /network | |
parent | a8505aeeea3a7a4df300f34b76cf00e245c3ebb8 (diff) | |
download | slackbuilds-fb4f30bc52c0d33a7748da64d4cc81d4a3508152.tar.gz slackbuilds-fb4f30bc52c0d33a7748da64d4cc81d4a3508152.tar.xz |
network/qbittorrent-qt5: Updated for version 4.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild | 4 | ||||
-rw-r--r-- | network/qbittorrent-qt5/qbittorrent-qt5.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild index e9795d11dfc..fbe849885f0 100644 --- a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild +++ b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qbittorrent-qt5 -# Copyright 2019 Donald Cooley South Haven, Indiana USA +# Copyright 2019-2020 Donald Cooley South Haven, Indiana USA # Copyright 2009-2010 David Woodfall <dave@slackbuilds.org> # All rights reserved. # @@ -25,7 +25,7 @@ PRGNAM=qbittorrent-qt5 SRCNAM=qBittorrent -VERSION=${VERSION:-4.2.1} +VERSION=${VERSION:-4.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.info b/network/qbittorrent-qt5/qbittorrent-qt5.info index d7dc86ab6e4..ef79532482d 100644 --- a/network/qbittorrent-qt5/qbittorrent-qt5.info +++ b/network/qbittorrent-qt5/qbittorrent-qt5.info @@ -1,10 +1,10 @@ PRGNAM="qbittorrent-qt5" -VERSION="4.2.1" +VERSION="4.2.5" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.2.1/qBittorrent-release-4.2.1.tar.gz" -MD5SUM="f349ff40dabbd866826636c699e8cf8c" +DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.2.5/qBittorrent-release-4.2.5.tar.gz" +MD5SUM="92f41e82f6931a8887412de65cf65ef8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent-rasterbar qt5" MAINTAINER="Donald Cooley" -EMAIL="chytraeus@protonmail.com" +EMAIL="chytraeu@sdf.org" |