aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Salvaterra <73969060+rsalvaterra@users.noreply.github.com>2024-03-31 22:28:06 +0100
committerGitHub <noreply@github.com>2024-03-31 22:28:06 +0100
commit4f79d91cf2fec167af255d15bc780aad35fa0d57 (patch)
tree982dc3f0cceb4f80d7076ac61922b7deeb367878
parentdf8781bb87a2bfc669bfd3e90d61059fb4a5f4a5 (diff)
parentee8b29de2c42ffc7796cd825f38b19e56f838cd4 (diff)
Merge pull request #23789 from rsalvaterra/tor-bump
tor: update to 0.4.8.10 stable
-rw-r--r--net/tor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 225fc0814..b70605db7 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tor
-PKG_VERSION:=0.4.8.7
+PKG_VERSION:=0.4.8.10
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:=b20d2b9c74db28a00c07f090ee5b0241b2b684f3afdecccc6b8008931c557491
+PKG_HASH:=e628b4fab70edb4727715b23cf2931375a9f7685ac08f2c59ea498a178463a86
PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> \
Peter Wagner <tripolar@gmx.at>
PKG_LICENSE:=BSD-3-Clause