Skip to content

Commit

Permalink
Release Tor.framework version 402.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Apr 15, 2020
1 parent e752ca5 commit fd9ff0d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion Tor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '400.6.3'
version = '402.7.1'

m.name = 'Tor'
m.version = version
Expand Down
4 changes: 2 additions & 2 deletions Tor/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

#####

Expand Down
1 change: 1 addition & 0 deletions docs/Tor.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fd9ff0d

Please sign in to comment.