mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
ae67d28806
commit
6155cb7ad4
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# 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.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gopsuinfo
|
||||
VERSION=${VERSION:-0.1.3}
|
||||
VERSION=${VERSION:-0.1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -73,7 +73,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
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
|
||||
tar xvf $CWD/gopsuinfo-vendor-$VERSION.tar.?z
|
||||
chown -R root:root .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gopsuinfo"
|
||||
VERSION="0.1.3"
|
||||
VERSION="0.1.4"
|
||||
HOMEPAGE="https://github.com/nwg-piotr/gopsuinfo"
|
||||
DOWNLOAD="https://github.com/nwg-piotr/gopsuinfo/archive/v0.1.3/gopsuinfo-0.1.3.tar.gz \
|
||||
https://slackware.lngn.net/pub/source/gopsuinfo/gopsuinfo-vendor-0.1.3.tar.gz"
|
||||
MD5SUM="10ba13f80e682259c08306eb950d7ece \
|
||||
593a5183d39e81e97ff3d49083dc60b6"
|
||||
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.4.tar.gz"
|
||||
MD5SUM="798ac6cdf7855485724deb52c6c6c74f \
|
||||
d2e5c9f360df56b059588cabed910b96"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang"
|
||||
|
|
Loading…
Reference in a new issue