summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 02b681d1..a46f5a0f 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -99,6 +99,8 @@
# * Major update. Embed the GeoIP database into the binary.
# 3.2.3-1: 17/aug/2015 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.2.4-1: 12/oct/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 .
@@ -109,7 +111,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.2.3}
+VERSION=${VERSION:-3.2.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}