diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-11-04 18:07:31 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-11-04 18:07:31 +0100 |
commit | 555e3ff88b239c1f8e7031dd51c3b8a629e6bf18 (patch) | |
tree | 4658dcb51da1b879e4f44eb33822659ebec4ad51 | |
parent | ddbe90b93b2f88e53ac0cd33573b03847e38a34a (diff) |
tor:update to 0.3.4.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
-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 4afdd0d2e..2702a18c7 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.3.4.8 +PKG_VERSION:=0.3.4.9 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:=826a4cb2c099a29c7cf91516ffffcfcb5aace7533b8853a8c8bddcfe2bfb1023 +PKG_HASH:=1a171081f02b9a6ff9e28c0898defb7670e5bbb3bdbcaddfcf4e4304aedd164a PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> \ Peter Wagner <tripolar@gmx.at> PKG_LICENSE_FILES:=LICENSE |