Skip to content

Commit

Permalink
Release v400.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Jun 19, 2019
1 parent 5038a51 commit a115070
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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" == 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,
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="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

#####

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 @@
{
"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",
Expand Down

0 comments on commit a115070

Please sign in to comment.