diff --git a/README.md b/README.md index 45c56e8..ba4cc13 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ Currently, the framework compiles in static versions of `tor`, `libevent`, `open | | | |:-------- | -------:| -| tor | 0.4.0.6 | +| tor | 0.4.2.7 | | libevent | 2.1.11 | -| OpenSSL | 1.1.1d | -| liblzma | 5.2.4 | +| OpenSSL | 1.1.1f | +| liblzma | 5.2.5 | ## 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" == 400.6.3 +binary "https://icepa.github.io/Tor.framework/Tor.json" == 402.7.1 ``` For available precompiled versions, see [docs/Tor.json](docs/Tor.json). Since Tor 0.3.5.2, diff --git a/Tor.podspec b/Tor.podspec index 75c4619..f453a57 100644 --- a/Tor.podspec +++ b/Tor.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |m| - version = '400.6.3' + version = '402.7.1' m.name = 'Tor' m.version = version diff --git a/Tor/version.sh b/Tor/version.sh index 2cc8d36..6d7fb25 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="2020-02-24 11:30:00 GMT" -TOR_BUNDLE_SHORT_VERSION_STRING=400.6.3 +TOR_BUNDLE_SHORT_VERSION_DATE="2020-04-15 12:00:00 GMT" +TOR_BUNDLE_SHORT_VERSION_STRING=402.7.1 ##### diff --git a/docs/Tor.json b/docs/Tor.json index 0ec055e..aee2ba7 100644 --- a/docs/Tor.json +++ b/docs/Tor.json @@ -1,4 +1,5 @@ { + "402.7.1": "https://github.com/iCepa/Tor.framework/releases/download/v402.7.1/Tor.framework.zip", "400.6.3": "https://github.com/iCepa/Tor.framework/releases/download/v400.6.3/Tor.framework.zip", "400.6.2": "https://github.com/iCepa/Tor.framework/releases/download/v400.6.2/Tor.framework.zip", "400.6.1": "https://github.com/iCepa/Tor.framework/releases/download/v400.6.1/Tor.framework.zip",