X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ec75fbd3fb97ec3adc2cc15cae2095ab013c0f2a..e0ab589ef9582a9d17ae90c5b1d4309cc0af4c67:/packages/tor/build.sh diff --git a/packages/tor/build.sh b/packages/tor/build.sh index 415cd94a..f4fe41aa 100644 --- a/packages/tor/build.sh +++ b/packages/tor/build.sh @@ -1,17 +1,17 @@ -TERMUX_PKG_HOMEPAGE='https://www.torproject.org' -TERMUX_PKG_DESCRIPTION='The Onion Router anonymizing overlay network.' -TERMUX_PKG_DEPENDS="libevent (>=2.0.22-2), openssl" -TERMUX_PKG_VERSION=0.2.9.8 -TERMUX_PKG_SRCURL="https://www.torproject.org/dist/tor-$TERMUX_PKG_VERSION.tar.gz" -TERMUX_PKG_CONFFILES='etc/tor/torrc' -TERMUX_PKG_SHA256=fbdd33d3384574297b88744622382008d1e0f9ddd300d330746c464b7a7d746a -TERMUX_PKG_MAINTAINER='Vishal Biswas @vishalbiswas' +TERMUX_PKG_HOMEPAGE=https://www.torproject.org +TERMUX_PKG_DESCRIPTION="The Onion Router anonymizing overlay network" +TERMUX_PKG_DEPENDS="libevent, openssl, liblzma" +TERMUX_PKG_VERSION=0.3.1.8 +TERMUX_PKG_SHA256=7df6298860a59f410ff8829cf7905a50c8b3a9094d51a8553603b401e4b5b1a1 +TERMUX_PKG_SRCURL=https://www.torproject.org/dist/tor-$TERMUX_PKG_VERSION.tar.gz +TERMUX_PKG_CONFFILES="etc/tor/torrc" +TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas" termux_step_pre_configure () { - LDFLAGS="$LDFLAGS -llog" + LDFLAGS="$LDFLAGS -llog" } termux_step_post_make_install () { - # use default config - mv "$TERMUX_PREFIX/etc/tor/torrc.sample" "$TERMUX_PREFIX/etc/tor/torrc" + # use default config + mv "$TERMUX_PREFIX/etc/tor/torrc.sample" "$TERMUX_PREFIX/etc/tor/torrc" }