From 6548759a018aed45297a473895d26b178af8a488 Mon Sep 17 00:00:00 2001 From: David O'Shaughnessy Date: Sat, 11 Mar 2023 20:39:22 +0700 Subject: [PATCH] network/qbittorrent: Updated for version 4.5.2. Signed-off-by: Willy Sudiarto Raharjo --- network/qbittorrent/qbittorrent.SlackBuild | 12 ++++++------ network/qbittorrent/qbittorrent.info | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index f82f75d999..84e3f556e5 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qbittorrent -SRCNAM=qBittorrent -VERSION=${VERSION:-4.4.5} +#SRCNAM=qBittorrent +VERSION=${VERSION:-4.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -71,9 +71,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-release-$VERSION -tar xvf $CWD/$SRCNAM-release-$VERSION.tar.?z* -cd $SRCNAM-release-$VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -109,7 +109,7 @@ mkdir -p $PKG/etc/rc.d cp $CWD/rc.qbittorrent-nox.new $PKG/etc/rc.d/. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS Changelog NEWS TODO COPYING README.md \ +cp -a AUTHORS Changelog COPYING COPYING.GPLv? README.md INSTALL \ $CWD/README.SBo $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 ea117a69b7..ed18598079 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,10 +1,10 @@ PRGNAM="qbittorrent" -VERSION="4.4.5" +VERSION="4.5.2" HOMEPAGE="https://www.qbittorrent.org/" -DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.4.5/qBittorrent-release-4.4.5.tar.gz" -MD5SUM="1358ad61fec1e26f5402c88e9bda7643" +DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.5.2/qbittorrent-4.5.2.tar.xz" +MD5SUM="b4e25645d290953ada070fa06a4a866a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libtorrent-rasterbar" +REQUIRES="libtorrent2" MAINTAINER="David O'Shaughnessy" EMAIL="dev@osh.id.au"