From b214db8968e40ac114086e669db807d4329527bb Mon Sep 17 00:00:00 2001 From: basil00 Date: Fri, 29 Jun 2018 10:12:06 +0800 Subject: [PATCH] Update to latest WinDivert/Tor --- README.md | 4 ++-- build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28a417c..fbd1d00 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ To build Tallow you need the MinGW cross-compiler for Linux. You also need to download and place the following external dependencies and place them in the contrib/ directory: -* [WinDivert-1.4.1-A-MINGW.zip](http://reqrypt.org/windivert.html). -* [tor-win32-0.3.2.10.zip](https://www.torproject.org/). +* [WinDivert-1.4.2-A-MINGW.zip](http://reqrypt.org/windivert.html). +* [tor-win32-0.3.3.7.zip](https://www.torproject.org/). Then simply run the build.sh script. diff --git a/build.sh b/build.sh index 39f1d8a..0eba982 100644 --- a/build.sh +++ b/build.sh @@ -20,8 +20,8 @@ set -e -WINDIVERT=WinDivert-1.4.1-A-MINGW -TOR=tor-win32-0.3.2.10 +WINDIVERT=WinDivert-1.4.2-A-MINGW +TOR=tor-win32-0.3.3.7 VERSION=`cat VERSION` echo "Checking for dependencies..."