summaryrefslogtreecommitdiffstats
path: root/qbittorrent/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-03-07 10:49:56 +0000
committer Eric Hameleers <alien@slackware.com>2015-03-07 10:49:56 +0000
commit39d23e4da3f5887cf6633228271776b0042514de (patch)
tree7a49a578440656ed8288016deab77402856ad2e4 /qbittorrent/build
parente7f215971dde69a0452d9220b99c1fdb83fbc5ed (diff)
downloadasb-39d23e4da3f5887cf6633228271776b0042514de.tar.gz
asb-39d23e4da3f5887cf6633228271776b0042514de.tar.xz
Update to 3.1.12
Diffstat (limited to 'qbittorrent/build')
-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 ff755b69..e071cb1b 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2012, 2013, 2014 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -92,6 +92,8 @@
# * Update.
# 3.1.11-1: 11/nov/2014 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.1.12-1: 07/mar/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 .
@@ -102,7 +104,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.1.11}
+VERSION=${VERSION:-3.1.12}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}