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

Releases: JesusMcCloud/tor-binary

0.4.3.6

Choose a tag to compare

@freimair freimair released this 07 Sep 11:58
56b7c8c
tor browser 9.5.3/tor 0.4.3.6

0.4.2.6

Choose a tag to compare

@freimair freimair released this 04 Mar 14:06
d7f2920
tor browser 9.0.5/tor 0.4.2.6

0.4.1.6

Choose a tag to compare

@freimair freimair released this 25 Oct 10:16
568000c
tor browser 9.0/tor 0.4.1.6

0.4.1.5

Choose a tag to compare

@freimair freimair released this 04 Sep 16:13
4e31011
tor browser 8.5.5/tor 0.4.1.5

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

Choose a tag to compare

@freimair freimair released this 02 Aug 10:47
1b4fbce
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

Choose a tag to compare

@freimair freimair released this 11 Jul 07:22
0ae8b89

changed versioning to tor version.

8.0.8

Choose a tag to compare

@freimair freimair released this 25 Mar 13:43
7369fda
tor browser 8.0.8

8.0.6

Choose a tag to compare

@freimair freimair released this 05 Mar 09:44
f75ee90
tor browser 8.0.6

8.0.4-jitpack

Choose a tag to compare

@freimair freimair released this 19 Dec 14:15
8.0.4-jitpack

8.0.3-jitpack

Choose a tag to compare

@freimair freimair released this 28 Nov 12:20

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