From e69b1f4f75f187ab9774272be20a0203d93c372c Mon Sep 17 00:00:00 2001 From: Alexey Zagarin Date: Wed, 18 Sep 2019 19:01:57 +0700 Subject: [PATCH] Include `armhf` and `arm64` architectures (unofficial) --- pom.xml | 2 + tor-binary-linux-arm64/pom.xml | 75 +++++++++++++++++++ tor-binary-linux-armhf/pom.xml | 75 +++++++++++++++++++ ...ser-linux-arm64-8.5.5_en-US.tar.xz.SHA-256 | 1 + ...ser-linux-armhf-8.5.5_en-US.tar.xz.SHA-256 | 1 + tor-binary-resources/pom.xml | 10 +++ 6 files changed, 164 insertions(+) create mode 100644 tor-binary-linux-arm64/pom.xml create mode 100644 tor-binary-linux-armhf/pom.xml create mode 100644 tor-binary-resources/checksums/tor-browser-linux-arm64-8.5.5_en-US.tar.xz.SHA-256 create mode 100644 tor-binary-resources/checksums/tor-browser-linux-armhf-8.5.5_en-US.tar.xz.SHA-256 diff --git a/pom.xml b/pom.xml index 59af40c..639360d 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,8 @@ tor-binary-resources tor-binary-linux32 tor-binary-linux64 + tor-binary-linux-armhf + tor-binary-linux-arm64 tor-binary-macos tor-binary-windows tor-binary-geoip diff --git a/tor-binary-linux-arm64/pom.xml b/tor-binary-linux-arm64/pom.xml new file mode 100644 index 0000000..33e391d --- /dev/null +++ b/tor-binary-linux-arm64/pom.xml @@ -0,0 +1,75 @@ + + + + + com.github.JesusMcCloud + tor-binary + 0.4.1.5 + + + 4.0.0 + tor-binary-linux-arm64 + jar + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.6.0 + + + com.github.JesusMcCloud:tor-binary-resources:${project.version} + + + + + + process + + + + + + maven-antrun-plugin + 1.8 + + + download-and-verify + generate-resources + + + + + + + + + + + + + + + + + + + run + + + + + + + + + maven-antrun-plugin + 1.8 + + + + + diff --git a/tor-binary-linux-armhf/pom.xml b/tor-binary-linux-armhf/pom.xml new file mode 100644 index 0000000..eef4aae --- /dev/null +++ b/tor-binary-linux-armhf/pom.xml @@ -0,0 +1,75 @@ + + + + + com.github.JesusMcCloud + tor-binary + 0.4.1.5 + + + 4.0.0 + tor-binary-linux-armhf + jar + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.6.0 + + + com.github.JesusMcCloud:tor-binary-resources:${project.version} + + + + + + process + + + + + + maven-antrun-plugin + 1.8 + + + download-and-verify + generate-resources + + + + + + + + + + + + + + + + + + + run + + + + + + + + + maven-antrun-plugin + 1.8 + + + + + diff --git a/tor-binary-resources/checksums/tor-browser-linux-arm64-8.5.5_en-US.tar.xz.SHA-256 b/tor-binary-resources/checksums/tor-browser-linux-arm64-8.5.5_en-US.tar.xz.SHA-256 new file mode 100644 index 0000000..98f01db --- /dev/null +++ b/tor-binary-resources/checksums/tor-browser-linux-arm64-8.5.5_en-US.tar.xz.SHA-256 @@ -0,0 +1 @@ +84ec992c6da500e46a0fb120bb42ac50c81bdb0864540b28690600c7f9243b2f diff --git a/tor-binary-resources/checksums/tor-browser-linux-armhf-8.5.5_en-US.tar.xz.SHA-256 b/tor-binary-resources/checksums/tor-browser-linux-armhf-8.5.5_en-US.tar.xz.SHA-256 new file mode 100644 index 0000000..ef5fd93 --- /dev/null +++ b/tor-binary-resources/checksums/tor-browser-linux-armhf-8.5.5_en-US.tar.xz.SHA-256 @@ -0,0 +1 @@ +5ce4382927b40b1f41850242260f5c2c3fe796e9e766f8459ed1af9c2284df55 diff --git a/tor-binary-resources/pom.xml b/tor-binary-resources/pom.xml index 916e1dd..242ef2c 100644 --- a/tor-binary-resources/pom.xml +++ b/tor-binary-resources/pom.xml @@ -45,6 +45,14 @@ src="https://dist.torproject.org/torbrowser/${torbrowser.version}/tor-browser-linux64-${torbrowser.version}_en-US.tar.xz" dest="${project.source.directory}/tor-browser-linux64-${torbrowser.version}_en-US.tar.xz" skipexisting="true"/> + + @@ -57,6 +65,8 @@ + +