Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Releases: JesusMcCloud/tor-binary

0.4.3.6

07 Sep 11:58
56b7c8c
Compare
Choose a tag to compare
tor browser 9.5.3/tor 0.4.3.6

0.4.2.6

04 Mar 14:06
d7f2920
Compare
Choose a tag to compare
tor browser 9.0.5/tor 0.4.2.6

0.4.1.6

25 Oct 10:16
568000c
Compare
Choose a tag to compare
tor browser 9.0/tor 0.4.1.6

0.4.1.5

04 Sep 16:13
4e31011
Compare
Choose a tag to compare
tor browser 8.5.5/tor 0.4.1.5

0.4.0.5-jitpack: Got rid of on-the-fly signature check

02 Aug 10:47
1b4fbce
Compare
Choose a tag to compare
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

11 Jul 07:22
0ae8b89
Compare
Choose a tag to compare

changed versioning to tor version.

8.0.8

25 Mar 13:43
7369fda
Compare
Choose a tag to compare
tor browser 8.0.8

8.0.6

05 Mar 09:44
f75ee90
Compare
Choose a tag to compare
tor browser 8.0.6

8.0.4-jitpack

19 Dec 14:15
Compare
Choose a tag to compare
8.0.4-jitpack

8.0.3-jitpack

28 Nov 12:20
Compare
Choose a tag to compare

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' }
        ...
    }