diff options
author | Rui Salvaterra <73969060+rsalvaterra@users.noreply.github.com> | 2024-04-19 12:36:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 12:36:32 +0100 |
commit | a7172aec504c38693fffe705cd3c661098a496fa (patch) | |
tree | c10ad4b48827d8468acd5f57a29ee4366e18e5a4 | |
parent | 3d99f1d2f14508acd21bf5dc86c678787928c580 (diff) | |
parent | 570ee10a13838fc9b19377d93e871291acceac65 (diff) |
Merge pull request #23943 from rsalvaterra/tor-bump
tor: update to 0.4.8.11 stable
-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 b70605db7..38c256608 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.10 +PKG_VERSION:=0.4.8.11 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:=e628b4fab70edb4727715b23cf2931375a9f7685ac08f2c59ea498a178463a86 +PKG_HASH:=8f2bdf90e63380781235aa7d604e159570f283ecee674670873d8bb7052c8e07 PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> \ Peter Wagner <tripolar@gmx.at> PKG_LICENSE:=BSD-3-Clause |