summaryrefslogtreecommitdiffstats
path: root/qbittorrent/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-10-28 21:52:40 +0000
committer Eric Hameleers <alien@slackware.com>2019-10-28 21:52:40 +0000
commit4f39a29569edf4e9f9d7caf809f13bdfdfcb8e70 (patch)
tree0d3bed459dd4e2bf5ffd30ba2952a2e813348a8a /qbittorrent/build
parent425cf75d35b2b5db810f9e67a37bd09f9e14710d (diff)
downloadasb-4f39a29569edf4e9f9d7caf809f13bdfdfcb8e70.tar.gz
asb-4f39a29569edf4e9f9d7caf809f13bdfdfcb8e70.tar.xz
qbittorrent: update to 4.1.8
Diffstat (limited to 'qbittorrent/build')
-rwxr-xr-xqbittorrent/build/qbittorrent.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild
index b868dcac..bf9e0e8c 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -133,6 +133,8 @@
# * Update.
# 4.1.6-1: 25/may/2018 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 4.1.8-1: 28/oct/2018 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh qbittorrent.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -145,7 +147,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-4.1.6}
+VERSION=${VERSION:-4.1.8}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}