diff options
author | Jay Lanagan <j@lngn.net> | 2023-04-06 23:07:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:26 +0700 |
commit | 28bcd6787f5b079722d43a00bb3e09f5ba1b67e8 (patch) | |
tree | 86f19c92517d7c7c02207d53c206aafbd8e4990d /desktop | |
parent | a289f44a936abb205a513c0e1df23cd6880c0f53 (diff) |
desktop/nwg-panel: Updated for version 0.8.2.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/nwg-panel/nwg-panel.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/nwg-panel/nwg-panel.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/nwg-panel/nwg-panel.SlackBuild b/desktop/nwg-panel/nwg-panel.SlackBuild index b131dc865b3e..5fe92c41e487 100644 --- a/desktop/nwg-panel/nwg-panel.SlackBuild +++ b/desktop/nwg-panel/nwg-panel.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-panel -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-0.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/nwg-panel/nwg-panel.info b/desktop/nwg-panel/nwg-panel.info index 623dabe55086..b8d99723049f 100644 --- a/desktop/nwg-panel/nwg-panel.info +++ b/desktop/nwg-panel/nwg-panel.info @@ -1,8 +1,8 @@ PRGNAM="nwg-panel" -VERSION="0.8.1" +VERSION="0.8.2" HOMEPAGE="https://github.com/nwg-piotr/nwg-panel/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.8.1/nwg-panel-0.8.1.tar.gz" -MD5SUM="5e976c27e53799f4292367dea598fb99" +DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.8.2/nwg-panel-0.8.2.tar.gz" +MD5SUM="a2280fc0a05820c68bcdef16aed80530" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtk-layer-shell nwg-icon-picker playerctl python3-psutil i3ipc python3-dasbus python3-netifaces wheel SwayNotificationCenter wlr-randr" |