mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/qbittorrent: Updated for version 3.1.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f1ee098453
commit
46e7f74c3c
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue