Tor v0.4.6.10 (#4331)

* Tor v0.4.6.10

* Update tor version

Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
This commit is contained in:
rorp 2022-05-17 10:06:17 -07:00 committed by GitHub
parent 059f2f5fac
commit 9d90b2279a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 7845 additions and 5853 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 version 0.4.6.9 (git-ea2ada6d1459f829)."
val TOR_VERSION = "Tor 0.4.6.10 (git-22fd351cf582aa2b)"
val versionFileName = "version.txt"
lazy val DEFAULT_TOR_LOCATION: Option[File] = {