diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2023-09-01 21:08:40 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:27 +0700 |
commit | d00eb0c9122851f8c4c14e3408bec0c4f5f0531c (patch) | |
tree | 50b8a01f2a50b54e61d341f08758d3459dd6a0cb /network/qbittorrent | |
parent | 2ff341b1a38ba2a2d1f783a1b74f0618481fd1b6 (diff) |
network/qbittorrent: Updated for version 4.5.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 9735ec6fbf7c..116788c3a6ce 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.4} +VERSION=${VERSION:-4.5.5} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index 376ce03080a1..c77c46b1f182 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="4.5.4" +VERSION="4.5.5" HOMEPAGE="https://www.qbittorrent.org/" -DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.5.4/qbittorrent-4.5.4.tar.xz" -MD5SUM="001c49ee782f6bbd032515e4aecfa4f4" +DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.5.5/qbittorrent-4.5.5.tar.xz" +MD5SUM="b1e673f00c978f362fb3732396614d4b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent2" |