commit: 6c829e64c73166ab7119f308b6d8507707c96cca Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sat Jun 12 19:44:46 2021 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Jun 12 19:45:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c829e64
app-metrics/pushgateway: fix SRC_URI Reported-by: Agostino Sarubbo <ago <AT> gentoo.org> Closes: https://bugs.gentoo.org/795663 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-metrics/pushgateway/pushgateway-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-metrics/pushgateway/pushgateway-1.4.1.ebuild b/app-metrics/pushgateway/pushgateway-1.4.1.ebuild index 4ecc829611a..ee560d7671a 100644 --- a/app-metrics/pushgateway/pushgateway-1.4.1.ebuild +++ b/app-metrics/pushgateway/pushgateway-1.4.1.ebuild @@ -452,7 +452,7 @@ go-module_set_globals DESCRIPTION="Prometheus push acceptor for ephemeral and batch jobs" HOMEPAGE="https://github.com/prometheus/pushgateway" -SRC_URI="https://github.com/prometheus/pushgateway/archive/V${PV}.tar.gz -> ${P}.tar.gz +SRC_URI="https://github.com/prometheus/pushgateway/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI}" LICENSE="Apache-2.0 BSD BSD-2 MIT"
