diff options
author | Andreo Rissardo <andreotec@gmail.com> | 2022-06-17 10:19:39 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:56 +0700 |
commit | 9b779e2bd30fe160fc96fe9d33ffd34d465c0cbd (patch) | |
tree | 5742bae42024751732da2969698a8e276341c5ea /business | |
parent | 70c833dffeddd19e3c21dab756076064bd3dc452 (diff) | |
download | slackbuilds-9b779e2bd30fe160fc96fe9d33ffd34d465c0cbd.tar.gz |
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>
Diffstat (limited to 'business')
-rw-r--r-- | business/binance-desktop/binance-desktop.SlackBuild | 8 | ||||
-rw-r--r-- | business/binance-desktop/binance-desktop.info | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/business/binance-desktop/binance-desktop.SlackBuild b/business/binance-desktop/binance-desktop.SlackBuild index 57366d3ab7..9fddcdb451 100644 --- a/business/binance-desktop/binance-desktop.SlackBuild +++ b/business/binance-desktop/binance-desktop.SlackBuild @@ -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 diff --git a/business/binance-desktop/binance-desktop.info b/business/binance-desktop/binance-desktop.info index b0d298941f..e050f77c26 100644 --- a/business/binance-desktop/binance-desktop.info +++ b/business/binance-desktop/binance-desktop.info @@ -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" |