Browse Source
network/tor: Updated version for version 0.4.7.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
MDrights
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
network/tor/tor.SlackBuild
-
network/tor/tor.info
|
|
@ -29,7 +29,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=tor |
|
|
|
VERSION=${VERSION:-0.4.6.10} |
|
|
|
VERSION=${VERSION:-0.4.7.8} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -139,7 +139,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 ReleaseNotes \ |
|
|
|
cp -a ChangeLog INSTALL 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 |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="tor" |
|
|
|
VERSION="0.4.6.10" |
|
|
|
VERSION="0.4.7.8" |
|
|
|
HOMEPAGE="https://www.torproject.org/" |
|
|
|
DOWNLOAD="https://dist.torproject.org/tor-0.4.6.10.tar.gz" |
|
|
|
MD5SUM="1da676163e4c78efcc650210fa7c0530" |
|
|
|
DOWNLOAD="https://dist.torproject.org/tor-0.4.7.8.tar.gz" |
|
|
|
MD5SUM="6c4648c34a8b18baa9b65c5cb9ea3b7a" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|