Skip to content

Commit

Permalink
Update tor-browser to v10.0 / artefact to v0.4.3.9
Browse files Browse the repository at this point in the history
Update the tor-browser version to 10.0 and bump the generated artefact version.
  • Loading branch information
cd2357 committed Oct 6, 2020
1 parent f3bc31f commit 3dbd395
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project name="tor-binaries" default="checkSignatures">

<property name="project.source.directory" value="tmp"/>
<property name="torbrowser.version" value="9.5.4"/>
<property name="torbrowser.version" value="10.0"/>
<target name="checkSignatures">

<mkdir dir="${project.source.directory}"/>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>0.4.3.8</version>
<version>0.4.3.9</version>

<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand All @@ -17,7 +17,7 @@
- gpg in path
- osx: 7z in path (can be installed with "brew install p7zip")
-->
<torbrowser.version>9.5.4</torbrowser.version>
<torbrowser.version>10.0</torbrowser.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.remote-resource.directory>${project.build.directory}/maven-shared-archive-resources</project.remote-resource.directory>
Expand Down
2 changes: 1 addition & 1 deletion tor-binary-geoip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>0.4.3.8</version>
<version>0.4.3.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tor-binary-linux32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>0.4.3.8</version>
<version>0.4.3.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tor-binary-linux64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>0.4.3.8</version>
<version>0.4.3.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tor-binary-macos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>0.4.3.8</version>
<version>0.4.3.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4e1ca7068bc29d5e8ffba85ecc8fec36c52ae582faea67bcdf445cd57192fb08

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
82b204864265e01de993929a4059cbc2f934fbbc4dbe50b3fdd5acc904e00075

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
54d0e3165b55eee2d3feee94e9f7104797ad78d0f73713a286065ae7ec7459d0

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3d1a337da0e6eae32071e6de21963ba628a1a0939477bf823aa7df9051215410

This file was deleted.

2 changes: 1 addition & 1 deletion tor-binary-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>0.4.3.8</version>
<version>0.4.3.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tor-binary-windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>0.4.3.8</version>
<version>0.4.3.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 3dbd395

Please sign in to comment.