desktop/nwg-look: Updated for version 0.2.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-03-18 23:28:17 -04:00 committed by Willy Sudiarto Raharjo
parent 51a776ee9a
commit 47111dc328
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-look
VERSION=${VERSION:-0.2.6}
VERSION=${VERSION:-0.2.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -73,9 +73,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/v$VERSION.tar.?z || 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/nwg-look-vendor-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.?z
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="nwg-look"
VERSION="0.2.6"
VERSION="0.2.7"
HOMEPAGE="https://github.com/nwg-piotr/nwg-look/"
DOWNLOAD="https://github.com/nwg-piotr/nwg-look/archive/v0.2.6/nwg-look-0.2.6.tar.gz \
https://slackware.lngn.net/pub/source/nwg-look/nwg-look-vendor-0.2.6.tar.gz"
MD5SUM="677bf9d96c96f14c7316f8e6b4943904 \
a7a3689733405b109b3fc7d497ad1e91"
DOWNLOAD="https://github.com/nwg-piotr/nwg-look/archive/v0.2.7/nwg-look-0.2.7.tar.gz \
https://slackware.lngn.net/pub/source/nwg-look/nwg-look-vendor-0.2.7.tar.xz"
MD5SUM="a7e759e1ca4cd3552b599ab3b6b1be90 \
4f7d2dd4f80bac488f78bf60e83c5278"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang xcur2png"