diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2025-02-17 05:25:35 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-19 09:31:52 +0700 |
commit | a78445a349b73d002958e6f7ea581ac1b143fa8d (patch) | |
tree | 17d2fa5b36a0a8b2d4b8bf4e0bad06eaa53faf84 /desktop | |
parent | 87800695a78366f3f0e29fd0798e2daf63a71288 (diff) |
desktop/nwg-look: Updated for version 1.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/nwg-look/nwg-look.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/nwg-look/nwg-look.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/desktop/nwg-look/nwg-look.SlackBuild b/desktop/nwg-look/nwg-look.SlackBuild index f613631a1a..3eaf6b7501 100644 --- a/desktop/nwg-look/nwg-look.SlackBuild +++ b/desktop/nwg-look/nwg-look.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nwg-look -# Copyright 2023-2024 Jay Lanagan (j@lngn.net), Detroit, MI, USA. +# Copyright 2023-2025 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=nwg-look -VERSION=${VERSION:-0.2.7} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/nwg-look/nwg-look.info b/desktop/nwg-look/nwg-look.info index 16342da3d5..0a2875d72f 100644 --- a/desktop/nwg-look/nwg-look.info +++ b/desktop/nwg-look/nwg-look.info @@ -1,10 +1,10 @@ PRGNAM="nwg-look" -VERSION="0.2.7" +VERSION="1.0.2" HOMEPAGE="https://github.com/nwg-piotr/nwg-look/" -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="https://github.com/nwg-piotr/nwg-look/archive/v1.0.2/nwg-look-1.0.2.tar.gz \ + https://slackware.lngn.net/pub/source/nwg-look/nwg-look-vendor-1.0.2.tar.xz" +MD5SUM="3e4c677294172e257b103495f43f032c \ + a86b41ac38dd113fc4d9c44dfd0e1222" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang xcur2png" |