diff options
author | Jay Lanagan <j@lngn.net> | 2023-06-01 21:36:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-03 10:38:18 +0700 |
commit | ae67d28806e182587d9d330c679503e60af31357 (patch) | |
tree | d69b2e33fb46e314281e82845646f35753bea935 /desktop | |
parent | be4dc30c4ee7f04daec40c33da22184e6f5857d8 (diff) |
desktop/nwg-panel: Updated for version 0.9.4.
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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/nwg-panel/nwg-panel.SlackBuild b/desktop/nwg-panel/nwg-panel.SlackBuild index dd191a504abb7..8b1718507f375 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.9.3} +VERSION=${VERSION:-0.9.4} 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 cff6c5f38ed5c..d61a412b1f3f0 100644 --- a/desktop/nwg-panel/nwg-panel.info +++ b/desktop/nwg-panel/nwg-panel.info @@ -1,10 +1,10 @@ PRGNAM="nwg-panel" -VERSION="0.9.3" +VERSION="0.9.4" HOMEPAGE="https://github.com/nwg-piotr/nwg-panel/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.9.3/nwg-panel-0.9.3.tar.gz" -MD5SUM="6d7d228d8a813b4272cf51ade8c15e21" +DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.9.4/nwg-panel-0.9.4.tar.gz" +MD5SUM="bcde486300c5ad6fa7963b72ff892399" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtk-layer-shell nwg-icon-picker playerctl python3-psutil i3ipc python3-dasbus python3-netifaces python3-wheel SwayNotificationCenter wlr-randr" +REQUIRES="gtk-layer-shell light nwg-icon-picker playerctl python3-psutil i3ipc python3-dasbus python3-netifaces python3-wheel SwayNotificationCenter wlr-randr" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |