Browse Source
network/tor: Updated for version 0.4.6.10
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
user
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
network/tor/tor.SlackBuild
-
network/tor/tor.info
|
|
|
@ -29,7 +29,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=tor |
|
|
|
VERSION=${VERSION:-0.4.5.7} |
|
|
|
VERSION=${VERSION:-0.4.6.10} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="tor" |
|
|
|
VERSION="0.4.5.7" |
|
|
|
VERSION="0.4.6.10" |
|
|
|
HOMEPAGE="https://www.torproject.org/" |
|
|
|
DOWNLOAD="https://dist.torproject.org/tor-0.4.5.7.tar.gz" |
|
|
|
MD5SUM="3a1800592293a8d4122823eab9233739" |
|
|
|
DOWNLOAD="https://dist.torproject.org/tor-0.4.6.10.tar.gz" |
|
|
|
MD5SUM="1da676163e4c78efcc650210fa7c0530" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|