multimedia/LBRY: Updated for version 0.53.3.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Chris Abela 2022-05-17 16:35:20 +01:00 committed by Willy Sudiarto Raharjo
parent d6a1c4db16
commit aacfb5e951
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for LBRY
# Copyright 2020, 2021, Chris Abela, Malta
# Copyright 2020-2022, Chris Abela, Malta
# lbc donations will be accepted at: bZQ9x64nw2iVi9F2WeB1Z25U29rQ5TxkUm
# All rights reserved.
#
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=LBRY
VERSION=${VERSION:-0.50.2}
VERSION=${VERSION:-0.53.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -73,7 +73,7 @@ find -L . \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
ln -s /opt/LBRY/lbry usr/bin/lbry
ln -s ../../opt/LBRY/lbry usr/bin/lbry
mv usr/share/doc/lbry usr/doc/$PRGNAM-$VERSION
rm -rf usr/share/doc
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="LBRY"
VERSION="0.50.2"
VERSION="0.53.3"
HOMEPAGE="https://lbry.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/lbryio/lbry-desktop/releases/download/v0.50.2/LBRY_0.50.2.deb"
MD5SUM_x86_64="7e8bfd7062fa9378422a92aeec994e6e"
DOWNLOAD_x86_64="https://github.com/lbryio/lbry-desktop/releases/download/v0.53.3/LBRY_0.53.3.deb"
MD5SUM_x86_64="775cf3bef0171068daf8c53aad524fca"
REQUIRES=""
MAINTAINER="Chris Abela"
EMAIL="kristofru@gmail.com"