diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2018-09-12 11:15:54 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-12 11:15:54 +0100 |
commit | 28d87aa3793950e4696c40bb71f574b6039c6e8b (patch) | |
tree | 9459ff8c146a41ddee3bd15311f318460fbb439f /network/tor | |
parent | 6867e5246ecb03fa7ba1158b0fe4bd5650793006 (diff) |
network/tor: Updated for version 0.3.4.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/tor')
-rw-r--r-- | network/tor/README | 6 | ||||
-rw-r--r-- | network/tor/tor.SlackBuild | 2 | ||||
-rw-r--r-- | network/tor/tor.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/network/tor/README b/network/tor/README index 28a799da09d3..ef4c0eff74bb 100644 --- a/network/tor/README +++ b/network/tor/README @@ -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 diff --git a/network/tor/tor.SlackBuild b/network/tor/tor.SlackBuild index 0d10156e7238..83b18090e783 100644 --- a/network/tor/tor.SlackBuild +++ b/network/tor/tor.SlackBuild @@ -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} diff --git a/network/tor/tor.info b/network/tor/tor.info index 6a140d95ee34..2b98b9be0950 100644 --- a/network/tor/tor.info +++ b/network/tor/tor.info @@ -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="" |