diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-24 12:37:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-24 22:53:33 -0500 |
commit | f33c0b51399c210e48a7b1b8e1d20807073ac38a (patch) | |
tree | b6fb8d32bf158c063f3a89b9eabd205f9d019f22 /network | |
parent | b182db66f569dcdb2e37e090bc1138e2fcc438b4 (diff) | |
download | slackbuilds-f33c0b51399c210e48a7b1b8e1d20807073ac38a.tar.gz |
network/qbittorrent: Updated for version 3.0.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 6 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 861a80a1bd..699fb2db93 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:-2.9.9} +VERSION=${VERSION:-3.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -87,7 +87,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS Changelog NEWS README.os2 COPYING INSTALL README TODO \ + AUTHORS Changelog NEWS TODO COPYING INSTALL README \ $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 dcada12a33..839345419a 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="2.9.9" +VERSION="3.0.4" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.9.9.tar.gz" -MD5SUM="9b7b216f5beccf76871d5adb91222e04" +DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-3.0.4.tar.xz" +MD5SUM="ce2f76770208cf90d52f294cffc23a80" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent-rasterbar" |