diff options
author | David Ferrone <zapwai@gmail.com> | 2024-01-26 09:42:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-26 15:57:31 +0700 |
commit | 1b4b3eb52d6a6d9b9eea2b6b587c0af8e7218824 (patch) | |
tree | 778db6695bb08e1d997853130dd21df03972f8fb /desktop/BlockstreamGreen/BlockstreamGreen.SlackBuild | |
parent | c1e7172fbc79851cb4072d02edb442bf7248a228 (diff) |
desktop/BlockstreamGreen: Updated for version 1.2.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/BlockstreamGreen/BlockstreamGreen.SlackBuild')
-rw-r--r-- | desktop/BlockstreamGreen/BlockstreamGreen.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/BlockstreamGreen/BlockstreamGreen.SlackBuild b/desktop/BlockstreamGreen/BlockstreamGreen.SlackBuild index 2ab6022c9b..9a18f60302 100644 --- a/desktop/BlockstreamGreen/BlockstreamGreen.SlackBuild +++ b/desktop/BlockstreamGreen/BlockstreamGreen.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=BlockstreamGreen -VERSION=${VERSION:-1.2.8} +VERSION=${VERSION:-1.2.9} SRC=BlockstreamGreen-x86_64.AppImage BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -32,15 +32,12 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i586 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |