X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/14a7443c7f7c80a6353be7e4bf6479cf5318d29d..f9fc47c910efe5e213928dfb67b4fea07b50f36e:/packages/tor/build.sh diff --git a/packages/tor/build.sh b/packages/tor/build.sh index 00658a57..79484467 100644 --- a/packages/tor/build.sh +++ b/packages/tor/build.sh @@ -1,9 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://www.torproject.org TERMUX_PKG_DESCRIPTION="The Onion Router anonymizing overlay network" -TERMUX_PKG_DEPENDS="libevent, openssl" -TERMUX_PKG_VERSION=0.2.9.9 +TERMUX_PKG_DEPENDS="libevent, openssl, liblzma" +TERMUX_PKG_VERSION=0.3.2.10 +TERMUX_PKG_SHA256=60df77c31dcf94fdd686c8ca8c34f3b70243b33a7344ecc0b719d5ca2617cbee TERMUX_PKG_SRCURL=https://www.torproject.org/dist/tor-$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=33325d2b250fd047ba2ddc5d11c2190c4e2951f4b03ec48ebd8bf0666e990d43 +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-zstd --disable-unittests" TERMUX_PKG_CONFFILES="etc/tor/torrc" TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas"