network/tor: Updated for version 0.3.4.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6867e5246e
commit
28d87aa379
|
@ -26,8 +26,10 @@ The following can be used to start/stop tor automatically:
|
|||
|
||||
torsocks is an optional dependency. See README.SLACKWARE for more
|
||||
information.
|
||||
nacl is an optional dependency and may provide faster performance on 32-bit
|
||||
systems.
|
||||
|
||||
optional dependencies:
|
||||
- zstd for better compression ratios.
|
||||
- nacl may provide faster performance on 32-bit systems.
|
||||
|
||||
Take a look at README.SLACKWARE for important notes and read also very
|
||||
carefully the essential hints that tor developers give you
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
# Updated by Fernando Lopez Jr. fernando.lopezjr@gmail.com
|
||||
|
||||
PRGNAM=tor
|
||||
VERSION=${VERSION:-0.3.3.9}
|
||||
VERSION=${VERSION:-0.3.4.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tor"
|
||||
VERSION="0.3.3.9"
|
||||
VERSION="0.3.4.8"
|
||||
HOMEPAGE="https://www.torproject.org/"
|
||||
DOWNLOAD="https://dist.torproject.org/tor-0.3.3.9.tar.gz"
|
||||
MD5SUM="16b24bda0772dc3d5c4c05254ec4bce7"
|
||||
DOWNLOAD="https://dist.torproject.org/tor-0.3.4.8.tar.gz"
|
||||
MD5SUM="84497a248f49ed42c344612501bae934"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue