diff options
author | Sam James <sam@gentoo.org> | 2023-02-03 12:20:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-03 12:32:37 +0000 |
commit | 7ce428819f76197257af31579c67d0b6adc42da8 (patch) | |
tree | 609c344c5e4725c122214fb231c18d31daa260a5 /net-vpn/tor | |
parent | app-portage/nattka: Remove old (diff) | |
download | gentoo-7ce428819f76197257af31579c67d0b6adc42da8.tar.gz gentoo-7ce428819f76197257af31579c67d0b6adc42da8.tar.bz2 gentoo-7ce428819f76197257af31579c67d0b6adc42da8.zip |
net-vpn/tor: add gitlab.tpo to HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/tor')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.13.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-vpn/tor/tor-0.4.7.13.ebuild b/net-vpn/tor/tor-0.4.7.13.ebuild index 5f40c3f7c6e0..7eaab51eeb84 100644 --- a/net-vpn/tor/tor-0.4.7.13.ebuild +++ b/net-vpn/tor/tor-0.4.7.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) inherit python-any-r1 readme.gentoo-r1 systemd verify-sig @@ -9,13 +9,15 @@ inherit python-any-r1 readme.gentoo-r1 systemd verify-sig MY_PV="$(ver_rs 4 -)" MY_PF="${PN}-${MY_PV}" DESCRIPTION="Anonymizing overlay network for TCP" -HOMEPAGE="https://www.torproject.org/" -SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz +HOMEPAGE="https://www.torproject.org/ https://gitlab.torproject.org/tpo/core/tor/" +SRC_URI=" + https://www.torproject.org/dist/${MY_PF}.tar.gz https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz verify-sig? ( https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum.asc - )" + ) +" S="${WORKDIR}/${MY_PF}" LICENSE="BSD GPL-2" |