Tor 0 4 7 10 (#4848)

* Tor 0.4.7.10

* update Tor version

* windows binaries
This commit is contained in:
rorp 2022-10-18 09:16:42 -07:00 committed by GitHub
parent 2a30232181
commit f4fff050f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 23541 additions and 13746 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -77,7 +77,7 @@ class TorClient()(implicit
object TorClient extends Logging {
// made by doing ./tor --version
val TOR_VERSION = "Tor 0.4.6.10 (git-22fd351cf582aa2b)"
val TOR_VERSION = "Tor 0.4.7.10 (git-f732a91a73be3ca6)"
val versionFileName = "version.txt"
lazy val DEFAULT_TOR_LOCATION: Option[File] = {