summaryrefslogtreecommitdiffstats
path: root/qbittorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-10-12 10:56:27 +0000
committer Eric Hameleers <alien@slackware.com>2015-10-12 10:56:27 +0000
commita41d0945bcc9acf9a6bafda75ded8b19e570656e (patch)
treec50a8ed5810c8601c04e4be7060cffecb5179644 /qbittorrent
parent41ec76818127d7df5e487018979e814bf070f796 (diff)
downloadasb-a41d0945bcc9acf9a6bafda75ded8b19e570656e.tar.gz
asb-a41d0945bcc9acf9a6bafda75ded8b19e570656e.tar.xz
qbittorrent: updated to 3.2.4
Diffstat (limited to 'qbittorrent')
-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}