Skip to content

Commit

Permalink
Merge pull request #2678 from HenrikJannsen/update-tor-to-13.5.2
Browse files Browse the repository at this point in the history
Update tor.version to 13.5.2.
  • Loading branch information
HenrikJannsen authored Aug 25, 2024
2 parents 907779f + 5ca0756 commit 7274656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ class TorBinaryUrlProvider(private val version: String) : PerOsUrlProvider {
get() = "https://archive.torproject.org/tor-package-archive/torbrowser/$version/"

override val linuxUrl: String
get() = "tor-expert-bundle-$version-linux-x86_64.tar.gz"
get() = "tor-expert-bundle-linux-x86_64-$version.tar.gz"

override val macOsUrl: String
get() = "tor-expert-bundle-$version-macos-x86_64.tar.gz"
get() = "tor-expert-bundle-macos-x86_64-$version.tar.gz"

override val windowsUrl: String
get() = "tor-expert-bundle-$version-windows-x86_64.tar.gz"
get() = "tor-expert-bundle-windows-x86_64-$version.tar.gz"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.caching=true
org.gradle.parallel=true
version=2.1.0
tor.version=12.0.5
tor.version=13.5.2
org.gradle.jvmargs=-Xmx4096M

0 comments on commit 7274656

Please sign in to comment.