From 9b779e2bd30fe160fc96fe9d33ffd34d465c0cbd Mon Sep 17 00:00:00 2001 From: Andreo Rissardo Date: Fri, 17 Jun 2022 10:19:39 +0100 Subject: [PATCH] business/binance-desktop: Updated for version 1.36.0. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- business/binance-desktop/binance-desktop.SlackBuild | 8 +++++++- 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"