From: Leonid Plyushch Date: Fri, 27 Oct 2017 21:10:48 +0000 (+0300) Subject: tor: update to 0.3.1.8 (#1717) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/591f99479639edcbaf8127c184bb6c391689eb6d tor: update to 0.3.1.8 (#1717) --- diff --git a/packages/tor/build.sh b/packages/tor/build.sh index 602b5163..f4fe41aa 100644 --- a/packages/tor/build.sh +++ b/packages/tor/build.sh @@ -1,8 +1,8 @@ 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.7 -TERMUX_PKG_SHA256=1df5dd4894bb2f5e0dc96c466955146353cf33ac50cd997cfc1b28ea3ed9c08f +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"