multimedia/LBRY: Updated for version 0.50.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1a977f187a
commit
b0047b4889
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for LBRY
|
||||
|
||||
# Copyright 2020, 2021, Chris Abela, Malta
|
||||
# lbc donations will be accepted at: bZQ9x64nw2iVi9F2WeB1Z25U29rQ5TxkUm
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=LBRY
|
||||
VERSION=${VERSION:-0.50.1}
|
||||
VERSION=${VERSION:-0.50.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="LBRY"
|
||||
VERSION="0.50.1"
|
||||
VERSION="0.50.2"
|
||||
HOMEPAGE="https://lbry.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/lbryio/lbry-desktop/releases/download/v0.50.1/LBRY_0.50.1.deb"
|
||||
MD5SUM_x86_64="1bf5666db6bf56e52a14b3bde0987c74"
|
||||
DOWNLOAD_x86_64="https://github.com/lbryio/lbry-desktop/releases/download/v0.50.2/LBRY_0.50.2.deb"
|
||||
MD5SUM_x86_64="7e8bfd7062fa9378422a92aeec994e6e"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Chris Abela"
|
||||
EMAIL="kristofru@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue