summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2015-02-28 03:22:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-28 03:22:07 +0700
commit46e7f74c3c1ffb67267f8cf290646467b9bd4818 (patch)
tree1d3b93410e59020c3322b645914bbeaf2a19be6a /network
parentf1ee0984534584ad0fbaf1c0ea1cd6f9e037f156 (diff)
downloadslackbuilds-46e7f74c3c1ffb67267f8cf290646467b9bd4818.tar.gz
slackbuilds-46e7f74c3c1ffb67267f8cf290646467b9bd4818.tar.xz
network/qbittorrent: Updated for version 3.1.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/qbittorrent/qbittorrent.SlackBuild5
-rw-r--r--network/qbittorrent/qbittorrent.info6
2 files changed, 5 insertions, 6 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild
index 78a0de698e..72ed69b606 100644
--- a/network/qbittorrent/qbittorrent.SlackBuild
+++ b/network/qbittorrent/qbittorrent.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.1.9.2}
+VERSION=${VERSION:-3.1.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,8 +86,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- AUTHORS Changelog NEWS TODO COPYING INSTALL README \
+cp -a AUTHORS Changelog NEWS TODO COPYING INSTALL README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info
index ddeb8d3fc1..e2b279e6a3 100644
--- a/network/qbittorrent/qbittorrent.info
+++ b/network/qbittorrent/qbittorrent.info
@@ -1,8 +1,8 @@
PRGNAM="qbittorrent"
-VERSION="3.1.9.2"
+VERSION="3.1.12"
HOMEPAGE="http://qbittorrent.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-3.1.9.2.tar.xz"
-MD5SUM="530f6fc3909bf0576ca3cc7575daae97"
+DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-3.1.12.tar.xz"
+MD5SUM="98bd76996fbb85116b8afe69b65fd881"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtorrent-rasterbar"