This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
Releases: JesusMcCloud/tor-binary
Releases · JesusMcCloud/tor-binary
0.4.3.6
0.4.2.6
0.4.1.6
0.4.1.5
0.4.0.5-jitpack: Got rid of on-the-fly signature check
The tor dev signing key got huge. It takes >10min on my machine to do anything with gpg because of that key. Therefore, Jitpack nearly always times out while either retreiving the tor dev signature key or while verifying the signature. Now, the signature check is done by the packager and checksums are commited to the repo for jitpack to check against.
TorBowser 8.5.4/Tor 0.4.0.5
changed versioning to tor version.
8.0.8
8.0.6
8.0.4-jitpack
8.0.4-jitpack
8.0.3-jitpack
binaries can now be fetched via jitpack.
Maven:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
...
</repositories>
Gradle:
repositories {
maven { url 'https://jitpack.io' }
...
}