summaryrefslogtreecommitdiffstats
path: root/qbittorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-11-21 11:05:25 +0000
committer Eric Hameleers <alien@slackware.com>2017-11-21 11:05:25 +0000
commit266d52662b3e741180337b725f2aa7b9839baf64 (patch)
tree27ad90160f5498704da7fe0ca56082c3dec6e653 /qbittorrent
parent54b2a61a9fd14376bf83c69b7b03fc6ba19b3465 (diff)
downloadasb-266d52662b3e741180337b725f2aa7b9839baf64.tar.gz
asb-266d52662b3e741180337b725f2aa7b9839baf64.tar.xz
qbittorrent: updated to 3.3.16
Diffstat (limited to 'qbittorrent')
-rwxr-xr-xqbittorrent/build/qbittorrent.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild
index 106f3d9a..00257592 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -116,6 +116,8 @@
# * Update.
# 3.3.12-1: 07/mar/2017 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.3.16-1: 21/nov/2017 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 .
@@ -126,9 +128,9 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.3.12}
+VERSION=${VERSION:-3.3.16}
BUILD=${BUILD:-1}
-NUMJOBS=${NUMJOBS:" -j4 "}
+NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}
DOCS="AUTHORS CODING_GUIDELINES.md COPYING Changelog INSTALL NEWS README* TODO"