diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-07-31 07:58:29 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-01 06:12:13 +0700 |
commit | 8fc44748fcc565b84442039f9d2c3ba676a04b7a (patch) | |
tree | a224499f2df516c5cd238558063a69d79d93b555 /desktop | |
parent | c94634c9377b1c237af6822bcc890c02a9de8894 (diff) |
desktop/nwg-panel: Updated for version 0.9.37.
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 6d5393bce79a..62036627267b 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.36} +VERSION=${VERSION:-0.9.37} 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 3694bd08096f..3a5425f0ab93 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.36" +VERSION="0.9.37" HOMEPAGE="https://github.com/nwg-piotr/nwg-panel/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.9.36/nwg-panel-0.9.36.tar.gz" -MD5SUM="6d68ffed83ed3c6be6e7c5b0ede62665" +DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.9.37/nwg-panel-0.9.37.tar.gz" +MD5SUM="dcfb1d3a8d03d6a81f57898de95dd2f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="brightnessctl nwg-icon-picker playerctl python3-psutil i3ipc python3-dasbus python3-netifaces SwayNotificationCenter wlr-randr ddcutil python3-build python3-wheel" |