diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-23 08:47:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-23 08:47:03 +0700 |
commit | 4223c67d28dcd95ea7b67e12d02c40a1e7702422 (patch) | |
tree | 40563c7e11dc42616d2df038ed50b8bf261e432f /network/etherape | |
parent | 9e76a9ee0724b5a4ad5f46950cacf19d49f98283 (diff) | |
download | slackbuilds-4223c67d28dcd95ea7b67e12d02c40a1e7702422.tar.gz |
network/etherape: Updated for version 0.9.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/etherape')
-rw-r--r-- | network/etherape/etherape.SlackBuild | 6 | ||||
-rw-r--r-- | network/etherape/etherape.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/etherape/etherape.SlackBuild b/network/etherape/etherape.SlackBuild index 4a121bcf59..8e6f7312f2 100644 --- a/network/etherape/etherape.SlackBuild +++ b/network/etherape/etherape.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2011-2013 Chris Abela, Malta # Copyright 2014 Ryan P.C. McQuen, WA, ryanpcmcquen@member.fsf.org -# Copyright 2017-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=etherape -VERSION=${VERSION:-0.9.18} +VERSION=${VERSION:-0.9.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -93,7 +93,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS AUTHORS COPYING ChangeLog FAQ INSTALL NEWS OVERVIEW README* TODO \ +cp -a ABOUT-NLS AUTHORS COPYING ChangeLog FAQ NEWS OVERVIEW README* TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/etherape/etherape.info b/network/etherape/etherape.info index 97fba9b12c..9ae95c8d03 100644 --- a/network/etherape/etherape.info +++ b/network/etherape/etherape.info @@ -1,8 +1,8 @@ PRGNAM="etherape" -VERSION="0.9.18" +VERSION="0.9.19" HOMEPAGE="http://etherape.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/etherape/etherape-0.9.18.tar.gz" -MD5SUM="6d6a6c03e03e2d6aae3a59cd42752ac1" +DOWNLOAD="http://downloads.sourceforge.net/etherape/etherape-0.9.19.tar.gz" +MD5SUM="eaf0326ddef2a50fdaae369aee53be2a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="goocanvas2 c-ares" |