diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-10 21:36:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:44 +0700 |
commit | 03c1b6140bba7e4ec2d329285b3eebfeb64f5194 (patch) | |
tree | 91e312d8e4bd4f20857591c5127b330d26a71e7d /desktop/xfce4-wavelan-plugin | |
parent | ee3e806175c2c10840f6914b52e7ed6d0458864a (diff) |
desktop/xfce4-wavelan-plugin: Updated for version 0.6.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-wavelan-plugin')
-rw-r--r-- | desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild b/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild index b6a550a9b039..ef94a7ebaacf 100644 --- a/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild +++ b/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xfce4-wavelan-plugin -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-0.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -97,7 +97,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog NEWS THANKS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS ChangeLog NEWS THANKS COPYING README* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.info b/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.info index 65ec2f330951..bca035405257 100644 --- a/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.info +++ b/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.info @@ -1,8 +1,8 @@ PRGNAM="xfce4-wavelan-plugin" -VERSION="0.6.1" +VERSION="0.6.2" HOMEPAGE="https://goodies.xfce.org/" -DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2" -MD5SUM="e4e3d5240297253d242464e77f6145df" +DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.2.tar.bz2" +MD5SUM="957852f7bfcadc159169bc0125fdf31c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |