diff options
author | Jay Lanagan <j@lngn.net> | 2023-03-16 19:35:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:23 +0700 |
commit | 2f718a2915254c9325d2f7991ecc380385aa8000 (patch) | |
tree | 9aa086a77587df2781cb281128f8fe31701db076 | |
parent | 2054b6a3625b6bc77775443ea76d9478b5a5824e (diff) |
desktop/nwg-panel: Updated for version 0.8.1.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/nwg-panel/nwg-panel.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/nwg-panel/nwg-panel.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/nwg-panel/nwg-panel.SlackBuild b/desktop/nwg-panel/nwg-panel.SlackBuild index edfaf8366915..b131dc865b3e 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.0} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,7 +73,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/v$VERSION.tar.?z || tar xvf $CWD/$PRGNAM-$VERSION.tar.?z +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z || tar xvf $CWD/v$VERSION.tar.?z cd $PRGNAM-$VERSION # fix reboot/shutdown commands in menu diff --git a/desktop/nwg-panel/nwg-panel.info b/desktop/nwg-panel/nwg-panel.info index ef9e3f5fe2b6..623dabe55086 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.0" +VERSION="0.8.1" HOMEPAGE="https://github.com/nwg-piotr/nwg-panel/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.8.0/nwg-panel-0.8.0.tar.gz" -MD5SUM="09732498a6c448568baf4107390aef94" +DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.8.1/nwg-panel-0.8.1.tar.gz" +MD5SUM="5e976c27e53799f4292367dea598fb99" 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" |