aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/tor/tor.SlackBuild7
-rw-r--r--network/tor/tor.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/network/tor/tor.SlackBuild b/network/tor/tor.SlackBuild
index 156451c169..effdbee18a 100644
--- a/network/tor/tor.SlackBuild
+++ b/network/tor/tor.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tor
-VERSION=${VERSION:-0.4.8.7}
+VERSION=${VERSION:-0.4.8.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -48,9 +48,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -139,7 +136,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/spec
-cp -a ChangeLog INSTALL LICENSE README.md ReleaseNotes \
+cp -a ChangeLog LICENSE README.md ReleaseNotes \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
diff --git a/network/tor/tor.info b/network/tor/tor.info
index 837fc16dce..724d857cf4 100644
--- a/network/tor/tor.info
+++ b/network/tor/tor.info
@@ -1,8 +1,8 @@
PRGNAM="tor"
-VERSION="0.4.8.7"
+VERSION="0.4.8.13"
HOMEPAGE="https://www.torproject.org/"
-DOWNLOAD="https://dist.torproject.org/tor-0.4.8.7.tar.gz"
-MD5SUM="ce259834ed76e3e65a25438cc42b6281"
+DOWNLOAD="https://dist.torproject.org/tor-0.4.8.13.tar.gz"
+MD5SUM="dd7a14baeda04f058aa25bf4ce2f999c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""