From 3fd8985fef8628d43553153f57d9820249a059d4 Mon Sep 17 00:00:00 2001 From: Alexey Zagarin Date: Thu, 18 Jul 2019 19:08:31 +0700 Subject: [PATCH] Include `armhf` and `arm64` architectures (unofficial) --- pom.xml | 2 ++ tor-binary-resources/pom.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index dfc091a..fc75179 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-resources/pom.xml b/tor-binary-resources/pom.xml index d44a326..b508d60 100644 --- a/tor-binary-resources/pom.xml +++ b/tor-binary-resources/pom.xml @@ -61,6 +61,22 @@ src="https://dist.torproject.org/torbrowser/${torbrowser.version}/tor-browser-linux64-${torbrowser.version}_en-US.tar.xz.asc" dest="${project.source.directory}/tor-browser-linux64-${torbrowser.version}_en-US.tar.xz.asc" skipexisting="true"/> + + + + + + + + + + + +