diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2023-10-28 23:05:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 23:25:44 +0700 |
commit | d59bf843543e78e1faf8c3b2cfc43a591b1b63de (patch) | |
tree | de4c158c2f4ba0188b6d0a7920852a7ce916fa26 /network/qbittorrent | |
parent | 7e6a2dfa27b40bb31b8102e65db778504fc4d0f2 (diff) |
network/qbittorrent: Updated for version 4.6.0.
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 116788c3a6..e41ca350ee 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qbittorrent #SRCNAM=qBittorrent -VERSION=${VERSION:-4.5.5} +VERSION=${VERSION:-4.6.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index c77c46b1f1..792d471c26 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="4.5.5" +VERSION="4.6.0" HOMEPAGE="https://www.qbittorrent.org/" -DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.5.5/qbittorrent-4.5.5.tar.xz" -MD5SUM="b1e673f00c978f362fb3732396614d4b" +DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.6.0/qbittorrent-4.6.0.tar.xz" +MD5SUM="f1c7914a32352d90bfde321ad45fd112" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent2" |