From 16ee05164fd5c86e6197009ace27e191c9e0b6f7 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 24 Nov 2020 14:03:53 -0500 Subject: [PATCH] onesixtyone: fetch from pentoo.org --- net-analyzer/onesixtyone/onesixtyone-0.7.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-analyzer/onesixtyone/onesixtyone-0.7.ebuild b/net-analyzer/onesixtyone/onesixtyone-0.7.ebuild index 315a58dd5..4f2813e0e 100644 --- a/net-analyzer/onesixtyone/onesixtyone-0.7.ebuild +++ b/net-analyzer/onesixtyone/onesixtyone-0.7.ebuild @@ -1,11 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="An efficient SNMP scanner" HOMEPAGE="https://labs.portcullis.co.uk/application/onesixtyone/" -SRC_URI="https://labs.portcullis.co.uk/download/${P}.tar.gz" +#Upstream seems dead +#SRC_URI="https://labs.portcullis.co.uk/download/${P}.tar.gz" +SRC_URI="https://pentoo.org/~zero/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"