diff options
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 5 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 6 |
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" |