network/tor: Updated for version 0.2.1.30.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Marco Bonetti 2011-03-09 10:17:43 -06:00 committed by Robby Workman
parent b6b6408fbd
commit eea266ea69
2 changed files with 4 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tor
VERSION=0.2.1.29
VERSION=0.2.1.30
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -120,7 +120,6 @@ for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/spec
cp -a AUTHORS ChangeLog INSTALL LICENSE README ReleaseNotes \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a doc/spec/*txt $PKG/usr/doc/$PRGNAM-$VERSION/spec
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE

View file

@ -1,8 +1,8 @@
PRGNAM="tor"
VERSION="0.2.1.29"
VERSION="0.2.1.30"
HOMEPAGE="https://www.torproject.org/"
DOWNLOAD="https://www.torproject.org/dist/tor-0.2.1.29.tar.gz"
MD5SUM="1cd4feea84f2b066717b500d090bcf65"
DOWNLOAD="https://www.torproject.org/dist/tor-0.2.1.30.tar.gz"
MD5SUM="6c6d61e053af5969a245d025c4cfce9d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Marco Bonetti"