network/qbittorrent: Updated for version 4.5.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David O'Shaughnessy 2023-03-11 20:39:22 +07:00 committed by Willy Sudiarto Raharjo
parent d02bec3f57
commit 6548759a01
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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"