From 215f2e9c9fba4d2737959eb0f7e3b30019208d05 Mon Sep 17 00:00:00 2001 From: basil00 Date: Fri, 6 Apr 2018 22:21:58 +0800 Subject: [PATCH] Update to latest WinDivert and Tor. --- README.md | 4 ++-- VERSION | 2 +- build.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7a0dafd..28a417c 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.0-rc-B-MINGW.zip](http://reqrypt.org/windivert.html). -* [tor-win32-0.3.2.9.zip](https://www.torproject.org/). +* [WinDivert-1.4.1-A-MINGW.zip](http://reqrypt.org/windivert.html). +* [tor-win32-0.3.2.10.zip](https://www.torproject.org/). Then simply run the build.sh script. diff --git a/VERSION b/VERSION index d3827e7..9459d4b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0 +1.1 diff --git a/build.sh b/build.sh index 9dbdbd6..39f1d8a 100644 --- a/build.sh +++ b/build.sh @@ -20,8 +20,8 @@ set -e -WINDIVERT=WinDivert-1.4.0-rc-B-MINGW -TOR=tor-win32-0.3.2.9 +WINDIVERT=WinDivert-1.4.1-A-MINGW +TOR=tor-win32-0.3.2.10 VERSION=`cat VERSION` echo "Checking for dependencies..."