diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-06-12 12:44:46 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-06-12 12:45:42 -0700 |
commit | 6c829e64c73166ab7119f308b6d8507707c96cca (patch) | |
tree | c4adee42071d3a1cb68297aa729cdf34adbd5d4c /app-metrics | |
parent | sys-apps/baselayout: Add riscv compat symlink for 1-level libdir (diff) | |
download | gentoo-6c829e64c73166ab7119f308b6d8507707c96cca.tar.gz gentoo-6c829e64c73166ab7119f308b6d8507707c96cca.tar.bz2 gentoo-6c829e64c73166ab7119f308b6d8507707c96cca.zip |
app-metrics/pushgateway: fix SRC_URI
Reported-by: Agostino Sarubbo <ago@gentoo.org>
Closes: https://bugs.gentoo.org/795663
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r-- | app-metrics/pushgateway/pushgateway-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-metrics/pushgateway/pushgateway-1.4.1.ebuild b/app-metrics/pushgateway/pushgateway-1.4.1.ebuild index 4ecc829611ae..ee560d7671a1 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" |