diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-03-19 00:03:14 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-21 21:59:23 +0700 |
commit | 73942c48826c68a262914e4ad6e96b5e9181d8c1 (patch) | |
tree | 2bf5c9de0651402dc6ccdb25b06c6aff8366425d /desktop/nwg-menu | |
parent | 787dea18fccb894e624016f9cebc2c71d7e038be (diff) |
desktop/nwg-menu: Updated for version 0.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-menu')
-rw-r--r-- | desktop/nwg-menu/nwg-menu.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/nwg-menu/nwg-menu.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/desktop/nwg-menu/nwg-menu.SlackBuild b/desktop/nwg-menu/nwg-menu.SlackBuild index 4d9daae5f8b73..1ae589f6a1f59 100644 --- a/desktop/nwg-menu/nwg-menu.SlackBuild +++ b/desktop/nwg-menu/nwg-menu.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-menu -VERSION=${VERSION:-0.1.2} +VERSION=${VERSION:-0.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,9 +73,9 @@ 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 -tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.?z chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/desktop/nwg-menu/nwg-menu.info b/desktop/nwg-menu/nwg-menu.info index 83638c4e05bea..d5b674c4469ac 100644 --- a/desktop/nwg-menu/nwg-menu.info +++ b/desktop/nwg-menu/nwg-menu.info @@ -1,10 +1,10 @@ PRGNAM="nwg-menu" -VERSION="0.1.2" +VERSION="0.1.3" HOMEPAGE="https://github.com/nwg-piotr/nwg-menu/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-menu/archive/v0.1.2/nwg-menu-0.1.2.tar.gz \ - https://slackware.lngn.net/pub/source/nwg-menu/nwg-menu-vendor-0.1.2.tar.gz" -MD5SUM="47a4d4fc41cb69a05ab3232097432605 \ - b7bb51bfa386b93bbddcc1887506f5f7" +DOWNLOAD="https://github.com/nwg-piotr/nwg-menu/archive/v0.1.3/nwg-menu-0.1.3.tar.gz \ + https://slackware.lngn.net/pub/source/nwg-menu/nwg-menu-vendor-0.1.3.tar.xz" +MD5SUM="542ffe1db1cc93dc2791f431d8b5d132 \ + 974c0ed73c0b57150cd9474e94f48a88" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang gtk-layer-shell" |