diff options
-rw-r--r-- | network/etherape/etherape.SlackBuild | 8 | ||||
-rw-r--r-- | network/etherape/etherape.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/network/etherape/etherape.SlackBuild b/network/etherape/etherape.SlackBuild index c6791865b5..5271ac5fba 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 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2018 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.15} +VERSION=${VERSION:-0.9.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,10 +80,8 @@ LDFLAGS="$SLKLDFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux \ - --disable-scrollkeeper \ --with-c-ares \ - --without-help-dir \ - --without-omf-dir + --without-help-dir make make install DESTDIR=$PKG diff --git a/network/etherape/etherape.info b/network/etherape/etherape.info index 42b1eb981f..f105089dbb 100644 --- a/network/etherape/etherape.info +++ b/network/etherape/etherape.info @@ -1,8 +1,8 @@ PRGNAM="etherape" -VERSION="0.9.15" +VERSION="0.9.16" HOMEPAGE="http://etherape.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/etherape/etherape-0.9.15.tar.gz" -MD5SUM="a8765c76149f10cd852a88cbeab924d1" +DOWNLOAD="http://downloads.sourceforge.net/etherape/etherape-0.9.16.tar.gz" +MD5SUM="0c2e5379b9597e470b55e5a3c025dd80" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libgnomeui c-ares" |