From 6044bb12e73f2de168f588cfdd055d0e199d115e Mon Sep 17 00:00:00 2001 From: haarp Date: Wed, 19 Oct 2022 11:46:34 +0200 Subject: dns2tcp: New source Signed-off-by: haarp --- net-vpn/dns2tcp/dns2tcp-0.5.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-vpn/dns2tcp/dns2tcp-0.5.2.ebuild') diff --git a/net-vpn/dns2tcp/dns2tcp-0.5.2.ebuild b/net-vpn/dns2tcp/dns2tcp-0.5.2.ebuild index 0f9d225..9ef2964 100644 --- a/net-vpn/dns2tcp/dns2tcp-0.5.2.ebuild +++ b/net-vpn/dns2tcp/dns2tcp-0.5.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Relay TCP connections through DNS traffic" -HOMEPAGE="http://www.hsc.fr/ressources/outils/dns2tcp/" # dead -SRC_URI="http://ftp.debian.org/debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/alex-sector/dns2tcp" +SRC_URI="https://github.com/alex-sector/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad