diff options
author | Chris Abela <kristofru@gmail.com> | 2013-06-17 20:45:04 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-17 20:45:04 -0300 |
commit | 3adeed564b1177b41ffdd79b8b0f65e78549e496 (patch) | |
tree | 607b0992100eeae39a1a6b9854d2d1966b136e9d /network | |
parent | 378aab7b9091ca12a695f7b128475c6a07900df6 (diff) | |
download | slackbuilds-3adeed564b1177b41ffdd79b8b0f65e78549e496.tar.gz |
network/etherape: Updated for version 0.9.13.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network')
-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 1139127f41..224fad62ff 100644 --- a/network/etherape/etherape.SlackBuild +++ b/network/etherape/etherape.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for etherape -# Copyright 2011 Chris Abela, Malta +# Copyright 2011-2013 Chris Abela, Malta # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=etherape -VERSION=${VERSION:-0.9.12} +VERSION=${VERSION:-0.9.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,7 +94,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ ABOUT-NLS AUTHORS COPYING ChangeLog FAQ \ - INSTALL NEWS OVERVIEW README README* TODO \ + INSTALL 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 f4cf8946b2..779c706b9b 100644 --- a/network/etherape/etherape.info +++ b/network/etherape/etherape.info @@ -1,8 +1,8 @@ PRGNAM="etherape" -VERSION="0.9.12" +VERSION="0.9.13" HOMEPAGE="http://etherape.sourceforge.net/" -DOWNLOAD="http://heanet.dl.sourceforge.net/project/etherape/etherape/0.9.12/etherape-0.9.12.tar.gz" -MD5SUM="712dfd7ecd82049c6bc11cead979a806" +DOWNLOAD="http://downloads.sourceforge.net/etherape/etherape-0.9.13.tar.gz" +MD5SUM="90f3ed3f14594b7b711b6a71fa7cbef9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libgnomeui" |