diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-10-09 14:35:15 +0200 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2019-10-10 08:58:40 +0200 |
commit | 390da39191736111516848af9687749f55cedb24 (patch) | |
tree | db292b6bb166dd6f37d96d6bbed23d60190c7ef4 /net | |
parent | 16fdfac0ec829cefa5965048e1688f4ec224139a (diff) |
tor: update to 0.4.1.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'net')
-rw-r--r-- | net/tor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index c6dd448f4..ac36a33e4 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.4.1.5 +PKG_VERSION:=0.4.1.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dist.torproject.org/ \ https://archive.torproject.org/tor-package-archive -PKG_HASH:=a864e0b605fb933fcc167bf242eed4233949e8a1bf23ac8e0381b106cd920425 +PKG_HASH:=2a88524ce426079fb9b828bc1b789f2c8ade3ed53c130851102debc3518bed71 PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> \ Peter Wagner <tripolar@gmx.at> PKG_LICENSE_FILES:=LICENSE |