summaryrefslogtreecommitdiffstats
path: root/qbittorrent/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-08-17 08:39:13 +0000
committer Eric Hameleers <alien@slackware.com>2015-08-17 08:39:13 +0000
commitb151d8b2f6302e5a2f1bcddf94681625bf3f09a6 (patch)
treeae936ed9dbb52d60dee364e2cb97ad1d76db5211 /qbittorrent/build
parent9b33483236ce7eaece2514c7413ec9b94c82dfb8 (diff)
downloadasb-b151d8b2f6302e5a2f1bcddf94681625bf3f09a6.tar.gz
asb-b151d8b2f6302e5a2f1bcddf94681625bf3f09a6.tar.xz
qbittorrent: updated to 3.2.3.
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 3aecfe73..e20259e5 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -96,6 +96,8 @@
# * Update.
# 3.2.0-1: 30/may/2015 by Eric Hameleers <alien@slackware.com>
# * Major update. Embed the GeoIP database into the binary.
+# 3.2.3-1: 17/aug/2015 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 .
@@ -106,7 +108,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.2.0}
+VERSION=${VERSION:-3.2.3}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}