X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b6004d12cbb2d23572292809c728786ea28a4b82..fd1128ca1a938426d6d6ddcea5ca9e52263b384e:/packages/tor/build.sh diff --git a/packages/tor/build.sh b/packages/tor/build.sh index 028bda9f..0161a767 100644 --- a/packages/tor/build.sh +++ b/packages/tor/build.sh @@ -1,9 +1,9 @@ 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.3.0.9 +TERMUX_PKG_VERSION=0.3.1.7 +TERMUX_PKG_SHA256=1df5dd4894bb2f5e0dc96c466955146353cf33ac50cd997cfc1b28ea3ed9c08f TERMUX_PKG_SRCURL=https://www.torproject.org/dist/tor-$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=48d4880bf6ccb19ce9af2abde6946d7cf0635cc807548badbf4a221a79581e42 TERMUX_PKG_CONFFILES="etc/tor/torrc" TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas"