diff options
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 2ab6022c9bf0..9a18f6030238 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 |