desktop/nwg-hello: Updated for version 0.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-11-13 06:17:06 -05:00 committed by Willy Sudiarto Raharjo
parent db70fde062
commit a37a0d1c6a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-hello
VERSION=${VERSION:-0.2.4}
VERSION=${VERSION:-0.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="nwg-hello"
VERSION="0.2.4"
VERSION="0.3.0"
HOMEPAGE="https://github.com/nwg-piotr/nwg-hello/"
DOWNLOAD="https://github.com/nwg-piotr/nwg-hello/archive/v0.2.4/nwg-hello-0.2.4.tar.gz"
MD5SUM="8a66f5582e5806483a9e509efed1ce2d"
DOWNLOAD="https://github.com/nwg-piotr/nwg-hello/archive/v0.3.0/nwg-hello-0.3.0.tar.gz"
MD5SUM="99fea2ab6934f1e26a053f5b7bc5c1a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtk-layer-shell greetd python3-build python3-wheel"