diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/BlockstreamGreen/BlockstreamGreen.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/BlockstreamGreen/BlockstreamGreen.info | 10 |
2 files changed, 7 insertions, 10 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 diff --git a/desktop/BlockstreamGreen/BlockstreamGreen.info b/desktop/BlockstreamGreen/BlockstreamGreen.info index 9d804b8344..03805d808d 100644 --- a/desktop/BlockstreamGreen/BlockstreamGreen.info +++ b/desktop/BlockstreamGreen/BlockstreamGreen.info @@ -1,10 +1,10 @@ PRGNAM="BlockstreamGreen" -VERSION="1.2.8" +VERSION="1.2.9" HOMEPAGE="https://blockstream.com/green/" -DOWNLOAD="https://github.com/Blockstream/green_qt/releases/download/release_1.2.8/BlockstreamGreen-x86_64.AppImage" -MD5SUM="1e608595b82da160c79ca76bed0b95ee" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://github.com/Blockstream/green_qt/releases/download/release_1.2.9/BlockstreamGreen-x86_64.AppImage" +MD5SUM_x86_64="0444b34b2a25b953efafa6ab3cabeacd" REQUIRES="" MAINTAINER="David Ferrone" EMAIL="zapwai@gmail.com" |