diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-11-09 20:40:14 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-11-09 20:40:40 +0100 |
commit | c6c1213b09b6f527bad619e9b73e1353504deec8 (patch) | |
tree | f317dc46dd5bb37743a5a5f2a45d87b3094fcbab | |
parent | 4be3935a6f989d041193f233139a78043947027e (diff) |
tor: update to 0.3.1.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
-rw-r--r-- | net/tor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index b514615fc..9283d9ed9 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.3.1.7 -PKG_RELEASE:=2 +PKG_VERSION:=0.3.1.8 +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:=1df5dd4894bb2f5e0dc96c466955146353cf33ac50cd997cfc1b28ea3ed9c08f +PKG_HASH:=7df6298860a59f410ff8829cf7905a50c8b3a9094d51a8553603b401e4b5b1a1 PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> PKG_LICENSE_FILES:=LICENSE |