Skip to content

Commit

Permalink
Update to latest WinDivert and Tor.
Browse files Browse the repository at this point in the history
  • Loading branch information
basil00 committed Apr 6, 2018
1 parent ea7447b commit 215f2e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.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.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0
1.1
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -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..."
Expand Down

0 comments on commit 215f2e9

Please sign in to comment.