Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/pushgateway/
Date: Sat, 12 Jun 2021 19:45:52
Message-Id: 1623527142.6c829e64c73166ab7119f308b6d8507707c96cca.zmedico@gentoo
1 commit: 6c829e64c73166ab7119f308b6d8507707c96cca
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 19:44:46 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 19:45:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c829e64
7
8 app-metrics/pushgateway: fix SRC_URI
9
10 Reported-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/795663
12 Package-Manager: Portage-3.0.19, Repoman-3.0.3
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-metrics/pushgateway/pushgateway-1.4.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-metrics/pushgateway/pushgateway-1.4.1.ebuild b/app-metrics/pushgateway/pushgateway-1.4.1.ebuild
19 index 4ecc829611a..ee560d7671a 100644
20 --- a/app-metrics/pushgateway/pushgateway-1.4.1.ebuild
21 +++ b/app-metrics/pushgateway/pushgateway-1.4.1.ebuild
22 @@ -452,7 +452,7 @@ go-module_set_globals
23
24 DESCRIPTION="Prometheus push acceptor for ephemeral and batch jobs"
25 HOMEPAGE="https://github.com/prometheus/pushgateway"
26 -SRC_URI="https://github.com/prometheus/pushgateway/archive/V${PV}.tar.gz -> ${P}.tar.gz
27 +SRC_URI="https://github.com/prometheus/pushgateway/archive/v${PV}.tar.gz -> ${P}.tar.gz
28 ${EGO_SUM_SRC_URI}"
29
30 LICENSE="Apache-2.0 BSD BSD-2 MIT"