office/ledger-live: Updated for version 2.73.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ivan Kovmir 2024-01-22 17:15:38 +01:00 committed by Willy Sudiarto Raharjo
parent 2227ec4bf9
commit 38fd7c90d2
2 changed files with 6 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd "$(dirname "$0")" ; CWD=$(pwd)
PRGNAM=ledger-live
VERSION=${VERSION:-2.66.0}
VERSION=${VERSION:-2.73.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -69,6 +69,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Fix permissions.
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs chmod +x
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 -o -perm 700 \) -exec chmod 755 {} \; -o \

View File

@ -1,10 +1,10 @@
PRGNAM="ledger-live"
VERSION="2.66.0"
VERSION="2.73.1"
HOMEPAGE="https://www.ledger.com/ledger-live"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.live.ledger.com/ledger-live-desktop-2.66.0-linux-x86_64.AppImage"
MD5SUM_x86_64="b357fbbadb7dd446eee4237c54134efe"
DOWNLOAD_x86_64="https://download.live.ledger.com/ledger-live-desktop-2.73.1-linux-x86_64.AppImage"
MD5SUM_x86_64="657330614749e7da7054f8cb50f4b452"
REQUIRES=""
MAINTAINER="Ivan Kovmir"
EMAIL="i@kovmir.eu"