desktop/gopsuinfo: Updated for version 0.1.4.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2023-06-01 21:39:07 +01:00 committed by Willy Sudiarto Raharjo
parent ae67d28806
commit 6155cb7ad4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for gopsuinfo # Slackware build script for gopsuinfo
# Copyright 2022 Jay Lanagan (j@lngn.net), Detroit, MI, USA. # Copyright 2023 Jay Lanagan (j@lngn.net), Detroit, MI, USA.
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gopsuinfo PRGNAM=gopsuinfo
VERSION=${VERSION:-0.1.3} VERSION=${VERSION:-0.1.4}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -73,7 +73,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z tar xvf $CWD/$PRGNAM-$VERSION.tar.?z || tar xvf $CWD/v$VERSION.tar.?z
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
tar xvf $CWD/gopsuinfo-vendor-$VERSION.tar.?z tar xvf $CWD/gopsuinfo-vendor-$VERSION.tar.?z
chown -R root:root . chown -R root:root .

View file

@ -1,10 +1,10 @@
PRGNAM="gopsuinfo" PRGNAM="gopsuinfo"
VERSION="0.1.3" VERSION="0.1.4"
HOMEPAGE="https://github.com/nwg-piotr/gopsuinfo" HOMEPAGE="https://github.com/nwg-piotr/gopsuinfo"
DOWNLOAD="https://github.com/nwg-piotr/gopsuinfo/archive/v0.1.3/gopsuinfo-0.1.3.tar.gz \ DOWNLOAD="https://github.com/nwg-piotr/gopsuinfo/archive/v0.1.4/gopsuinfo-0.1.4.tar.gz \
https://slackware.lngn.net/pub/source/gopsuinfo/gopsuinfo-vendor-0.1.3.tar.gz" https://slackware.lngn.net/pub/source/gopsuinfo/gopsuinfo-vendor-0.1.4.tar.gz"
MD5SUM="10ba13f80e682259c08306eb950d7ece \ MD5SUM="798ac6cdf7855485724deb52c6c6c74f \
593a5183d39e81e97ff3d49083dc60b6" d2e5c9f360df56b059588cabed910b96"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="google-go-lang" REQUIRES="google-go-lang"