diff options
author | Jay Lanagan <j@lngn.net> | 2023-05-12 00:28:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:12 +0700 |
commit | 21e527bbe380a33f8cc232f47661f2fe080f9245 (patch) | |
tree | 497d8d430dd2cc31d6e70e723cea86c525045442 /desktop | |
parent | 1726b4b709ff50068d1b054813eb59ce0a234d65 (diff) |
desktop/nwg-panel: Updated for version 0.9.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 a05307757d16d..d9608814fb416 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.0} +VERSION=${VERSION:-0.9.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 0a75ba3045c46..0f287eb860b11 100644 --- a/desktop/nwg-panel/nwg-panel.info +++ b/desktop/nwg-panel/nwg-panel.info @@ -1,8 +1,8 @@ PRGNAM="nwg-panel" -VERSION="0.9.0" +VERSION="0.9.2" HOMEPAGE="https://github.com/nwg-piotr/nwg-panel/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.9.0/nwg-panel-0.9.0.tar.gz" -MD5SUM="bfc809c3add030ffb2ef76fa7fa9fead" +DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.9.2/nwg-panel-0.9.2.tar.gz" +MD5SUM="d6b6b9cf56f0add688bc35ddac1f7648" 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" |