summaryrefslogtreecommitdiffstats
path: root/qbittorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-08-17 10:34:04 +0000
committer Eric Hameleers <alien@slackware.com>2018-08-17 10:34:04 +0000
commit3c75e897e1def95b1e897473396c550e24b520b4 (patch)
tree99186ea021a1b15a47107de28e0598798022b7b9 /qbittorrent
parentabcecdf76043ac7593ac3b443bec7aa411903647 (diff)
downloadasb-3c75e897e1def95b1e897473396c550e24b520b4.tar.gz
asb-3c75e897e1def95b1e897473396c550e24b520b4.tar.xz
qbittorrent: updated to 4.1.2
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 66ecf83b..4942a4b1 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -125,6 +125,8 @@
# * Rebuilt because of boost update in -current.
# 4.1.0-1: 06/may/2018 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 4.1.2-1: 17/aug/2018 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 .
@@ -135,7 +137,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-4.1.0}
+VERSION=${VERSION:-4.1.2}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}