diff --git a/README.md b/README.md index 59e1ea4..bbc252c 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Currently, the framework compiles in static versions of `tor`, `libevent`, `open | | | |:-------- | -------:| -| tor | 0.3.5.8 | +| tor | 0.4.0.5 | | libevent | 2.1.8 | -| OpenSSL | 1.1.0i | +| OpenSSL | 1.1.0k | | liblzma | 5.2.3 | ## Requirements @@ -56,7 +56,7 @@ Alternatively, you may use the following to use binary-compiled versions of Tor. correspond to releases in GitHub: ```ogdl -binary "https://icepa.github.io/Tor.framework/Tor.json" == 305.8.1 +binary "https://icepa.github.io/Tor.framework/Tor.json" == 400.5.1 ``` For available precompiled versions, see [docs/Tor.json](docs/Tor.json). Since Tor 0.3.5.2, diff --git a/Tor/version.sh b/Tor/version.sh index cdcb08e..8317e1f 100755 --- a/Tor/version.sh +++ b/Tor/version.sh @@ -21,8 +21,8 @@ # BUGFIX: Don't use dates with localized month names, because that breaks building # on non-english localized systems. Instead stick to an international format. -TOR_BUNDLE_SHORT_VERSION_DATE="2019-02-22 15:00:00 GMT" -TOR_BUNDLE_SHORT_VERSION_STRING=305.8.1 +TOR_BUNDLE_SHORT_VERSION_DATE="2019-06-19 12:15:00 GMT" +TOR_BUNDLE_SHORT_VERSION_STRING=400.5.1 ##### diff --git a/docs/Tor.json b/docs/Tor.json index fe6be45..1724fa4 100644 --- a/docs/Tor.json +++ b/docs/Tor.json @@ -1,4 +1,5 @@ { + "400.5.1": "https://github.com/iCepa/Tor.framework/releases/download/v400.5.1/Tor.framework.zip", "305.8.1": "https://github.com/iCepa/Tor.framework/releases/download/v305.8.1/Tor.framework.zip", "305.7.2": "https://github.com/iCepa/Tor.framework/releases/download/v305.7.2/Tor.framework.zip", "305.7.1": "https://github.com/iCepa/Tor.framework/releases/download/v305.7.1/Tor.framework.zip",