summaryrefslogtreecommitdiffstats
path: root/qbittorrent/build/qbittorrent.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'qbittorrent/build/qbittorrent.SlackBuild')
-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"