summaryrefslogtreecommitdiffstats
path: root/qbittorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-01-03 21:49:37 +0000
committer Eric Hameleers <alien@slackware.com>2014-01-03 21:49:37 +0000
commit81bc645533d3365ec24b069a540637a5b2130528 (patch)
treefe5a8dc4de666d93fbbdade86d66b046c3928e51 /qbittorrent
parent52a6a52cd6cb9286f3a40dbf04d15e0d77a3a97b (diff)
downloadasb-81bc645533d3365ec24b069a540637a5b2130528.tar.gz
asb-81bc645533d3365ec24b069a540637a5b2130528.tar.xz
Update to 3.1.4
Diffstat (limited to 'qbittorrent')
-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 98497b48..c10fb71f 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2012, 2013 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2013, 2014 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -82,6 +82,8 @@
# * Update.
# 3.1.3-1: 26/nov/2013 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.1.4-1: 03/jan/2014 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 .
@@ -92,7 +94,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.1.3}
+VERSION=${VERSION:-3.1.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}