diff options
author | MDrights <mdrights@tutanota.de> | 2023-05-13 10:49:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-14 15:20:37 +0700 |
commit | 38709b31665c8096c2ac8d14215f08ceda85cccc (patch) | |
tree | b2d49cc8a1d2e03eaeb262555bafaad7e7366fc9 /network/tor | |
parent | 8739b63b76735aa32e5913f247d50c973d0de902 (diff) |
network/tor: Updated for version 0.4.7.13
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/tor')
-rw-r--r-- | network/tor/tor.SlackBuild | 2 | ||||
-rw-r--r-- | network/tor/tor.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/tor/tor.SlackBuild b/network/tor/tor.SlackBuild index bdbc064898f30..25675fad6974b 100644 --- a/network/tor/tor.SlackBuild +++ b/network/tor/tor.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tor -VERSION=${VERSION:-0.4.7.8} +VERSION=${VERSION:-0.4.7.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/tor/tor.info b/network/tor/tor.info index e107da5da926e..d1d0ec7712c18 100644 --- a/network/tor/tor.info +++ b/network/tor/tor.info @@ -1,8 +1,8 @@ PRGNAM="tor" -VERSION="0.4.7.8" +VERSION="0.4.7.13" HOMEPAGE="https://www.torproject.org/" -DOWNLOAD="https://dist.torproject.org/tor-0.4.7.8.tar.gz" -MD5SUM="6c4648c34a8b18baa9b65c5cb9ea3b7a" +DOWNLOAD="https://dist.torproject.org/tor-0.4.7.13.tar.gz" +MD5SUM="ea6d90d25337638392ce9346164af1f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |