commit 08ea752c0f6f608a3aac0a199f02e199e36e328a
Author: teor <teor2...@gmail.com>
Date:   Sat Nov 5 14:56:04 2016 +1100

    Use Tor 0.2.8 for bandwidth scanners
    
    Signed-off-by: teor <teor2...@gmail.com>
---
 NetworkScanners/BwAuthority/setup.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NetworkScanners/BwAuthority/setup.sh 
b/NetworkScanners/BwAuthority/setup.sh
index 15ad931..ec16824 100755
--- a/NetworkScanners/BwAuthority/setup.sh
+++ b/NetworkScanners/BwAuthority/setup.sh
@@ -26,13 +26,13 @@ pushd ../../
 ./add_torctl.sh
 popd
 
-# 3. Compile tor 0.2.6
+# 3. Compile tor 0.2.8
 if [ ! -x ../../../tor/src/or/tor ]
 then
   pushd ../../../
   git clone https://git.torproject.org/tor.git tor
   cd tor
-  git checkout release-0.2.6
+  git checkout release-0.2.8
   ./autogen.sh
   ./configure --disable-asciidoc
   make -j4

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to