summaryrefslogtreecommitdiffstats
path: root/qbittorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-05-27 22:20:37 +0000
committer Eric Hameleers <alien@slackware.com>2022-05-27 22:20:37 +0000
commit2922fac0dfe29e436c8fda8b69321e7e0f1afd58 (patch)
treeb9c6f558d65a777514feb9f0cf12c6b7a39cd587 /qbittorrent
parent088004ecc50548fde04c805d1ab943da4941e419 (diff)
downloadasb-2922fac0dfe29e436c8fda8b69321e7e0f1afd58.tar.gz
asb-2922fac0dfe29e436c8fda8b69321e7e0f1afd58.tar.xz
qbittorrent: update to 4.4.3.1
Diffstat (limited to 'qbittorrent')
-rwxr-xr-xqbittorrent/build/qbittorrent.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild
index e680bdcb..bdbfa3c3 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -26,10 +26,9 @@
# ===========================
# By: Eric Hameleers <alien@slackware.com>
# For: qbittorrent
-# Descr: bittorrent client with a qt4 gui
-# URL: http://qbittorrent.sourceforge.net/
+# Descr: bittorrent client with a Qt5 gui
+# URL: https://www.qbittorrent.org/
# Needs: libtorrent-rasterbar
-# On slackware-13.37 you need to upgrade qt to version 4.8.
# Changelog:
# 2.2.0-1: 19/Mar/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -139,6 +138,8 @@
# * Update.
# 4.3.9-1: 21/nov/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 4.4.3.1-1: 27/may/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh qbittorrent.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -151,7 +152,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-4.3.9}
+VERSION=${VERSION:-4.4.3.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}