diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-07-19 10:04:47 +0100 |
---|---|---|
committer | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-08-02 11:22:36 +0100 |
commit | a45b962eef0b2cb85525ddafce11a63b4f9190d5 (patch) | |
tree | ca63a13cadd0f3170d2fa9bd251faf4d7632dbb6 | |
parent | 9e434215e8975d823e3e2694f42a9a4cbab15047 (diff) |
tor: bump to 0.4.6.6 stable
Run-tested on mvebu/cortexa9 (tor-basic) without issues.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
-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 1164e0435..125155aa8 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.4.5.8 +PKG_VERSION:=0.4.6.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:=57ded091e8bcdcebb0013fe7ef4a4439827cb169358c7874fd05fa00d813e227 +PKG_HASH:=3423189ba455372021ed44e0be576d181f2908cbd9bdef202d9c11c950882e12 PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> \ Peter Wagner <tripolar@gmx.at> PKG_LICENSE_FILES:=LICENSE |