Skip to content

Commit

Permalink
Update to latest WinDivert/Tor
Browse files Browse the repository at this point in the history
  • Loading branch information
basil00 committed Jun 29, 2018
1 parent 674a1a6 commit b214db8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -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..."
Expand Down

0 comments on commit b214db8

Please sign in to comment.