diff options
author | 2022-10-19 11:46:34 +0200 | |
---|---|---|
committer | 2022-10-19 11:46:34 +0200 | |
commit | 6044bb12e73f2de168f588cfdd055d0e199d115e (patch) | |
tree | 0b16ec189ec2be2d753c3c4f38f5239a6d207027 /net-vpn/dns2tcp/dns2tcp-0.5.2.ebuild | |
parent | Add helvum, ripped form guru =D (diff) | |
download | haarp-6044bb12e73f2de168f588cfdd055d0e199d115e.tar.gz haarp-6044bb12e73f2de168f588cfdd055d0e199d115e.tar.bz2 haarp-6044bb12e73f2de168f588cfdd055d0e199d115e.zip |
dns2tcp: New source
Signed-off-by: haarp <main.haarp@gmail.com>
Diffstat (limited to 'net-vpn/dns2tcp/dns2tcp-0.5.2.ebuild')
-rw-r--r-- | net-vpn/dns2tcp/dns2tcp-0.5.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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" |