network/etherape: Updated for version 0.9.13.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Chris Abela 2013-06-17 20:45:04 -03:00 committed by Niels Horn
parent 378aab7b90
commit 3adeed564b
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"