business/binance-desktop: Updated for version 1.36.0.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andreo Rissardo 2022-06-17 10:19:39 +01:00 committed by Willy Sudiarto Raharjo
parent 70c833dffe
commit 9b779e2bd3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=binance-desktop
SRCNAM=binance
VERSION=${VERSION:-1.35.0}
VERSION=${VERSION:-1.36.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -81,6 +81,12 @@ cp -ap {opt,usr} $PKG/
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
#Set command line
mkdir -p $PKG/usr/bin
echo "#!/bin/bash" > $PKG/usr/bin/$PRGNAM
echo "exec /opt/Binance/binance" >> $PKG/usr/bin/$PRGNAM
chmod +x $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $PKG/opt/Binance/LICENSE.electron.txt \
$PKG/usr/doc/$PRGNAM-$VERSION/LICENSE

View file

@ -1,10 +1,10 @@
PRGNAM="binance-desktop"
VERSION="1.35.0"
VERSION="1.36.0"
HOMEPAGE="https://binance.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/binance/desktop/releases/download/v1.35.0/binance-1.35.0-x86_64-linux.rpm"
MD5SUM_x86_64="05b77bc9c0fcd7f6d4259b5536b75d7c"
DOWNLOAD_x86_64="https://github.com/binance/desktop/releases/download/v1.36.0/binance-1.36.0-x86_64-linux.rpm"
MD5SUM_x86_64="0f1f096f3a14d7b2ad4661951cb99a79"
REQUIRES=""
MAINTAINER="Andreo Rissardo"
EMAIL="andreotec@gmail.com"