summaryrefslogtreecommitdiffstats
path: root/qbittorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-09-17 10:12:20 +0000
committer Eric Hameleers <alien@slackware.com>2012-09-17 10:12:20 +0000
commit888d337c162164ef7b80bb0d1a5b19bc746dba06 (patch)
treea721f90716a210cbb1bb4c6d03a02c5490d2ac4e /qbittorrent
parentb21a21854e8e2b9c5dab407e399faf9fa4815391 (diff)
downloadasb-888d337c162164ef7b80bb0d1a5b19bc746dba06.tar.gz
asb-888d337c162164ef7b80bb0d1a5b19bc746dba06.tar.xz
Update to 3.0.3
Diffstat (limited to 'qbittorrent')
-rwxr-xr-xqbittorrent/build/qbittorrent.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild
index 2281aa6e..c096aca1 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -66,6 +66,8 @@
# * Update.
# 2.9.11-1: 08/aug/2012 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.0.3-1: 17/sep/2012 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 .
@@ -76,7 +78,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-2.9.11}
+VERSION=${VERSION:-3.0.3}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -91,8 +93,8 @@ TMP=${TMP:-/tmp/build}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
-SRCURL="http://downloads.sourceforge.net/sourceforge/${PRGNAM}/${PRGNAM}-${VERSION}.tar.gz"
+SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.xz"
+SRCURL="http://downloads.sourceforge.net/sourceforge/${PRGNAM}/${PRGNAM}-${VERSION}.tar.xz"
##
## --- with a little luck, you won't have to edit below this point --- ##