From: David Seifert Date: Mon, 13 Jan 2020 10:02:48 +0000 (+0100) Subject: net-analyzer/sec: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aedd45d179fae47888e355adc6817f79715e5b18;p=gentoo.git net-analyzer/sec: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/net-analyzer/sec/sec-2.8.1.ebuild b/net-analyzer/sec/sec-2.8.1.ebuild index 1cd6cd62871c..2cca6dc0b078 100644 --- a/net-analyzer/sec/sec-2.8.1.ebuild +++ b/net-analyzer/sec/sec-2.8.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Simple Event Correlator" HOMEPAGE="https://github.com/simple-evcorr/sec" -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/simple-evcorr/sec/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/sec/sec-2.8.2.ebuild b/net-analyzer/sec/sec-2.8.2.ebuild index 52906d7916b4..75aa0134ffbd 100644 --- a/net-analyzer/sec/sec-2.8.2.ebuild +++ b/net-analyzer/sec/sec-2.8.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Simple Event Correlator" HOMEPAGE="https://github.com/simple-evcorr/sec" -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/simple-evcorr/sec/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"